Add missing flag

This commit is contained in:
Ramon Wenger 2023-04-26 16:03:08 +02:00
parent 14de60e1d1
commit a3f7abf94a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ definitions:
- npm run dev --prefix client 2>&1 > /dev/null &
- sleep 30
- curl http://localhost:8080/beta-login
- npm run currents
- npm run --prefix client currents
- &jest-test
name: run jest tests
caches: