Fix CI test run script

Fix test script command
This commit is contained in:
Haad 2023-01-12 09:35:58 +02:00 committed by GitHub
parent 63781b5bf8
commit 42c3f44434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@ jobs:
- name: Run linter
run: npm run lint
- name: Run tests
run: npm test:all
run: npm run test:all