Discard jest in action

This commit is contained in:
koalasat
2025-05-20 15:49:22 +02:00
parent 6c5872d860
commit aabff0ae95

View File

@ -40,11 +40,6 @@ jobs:
run: |
cd frontend
npm install
- name: 'Test'
run: |
cd frontend
npm test
- name: 'Build'
run: |
export NODE_OPTIONS="--max-old-space-size=4096"