workflow fix

This commit is contained in:
2023-03-22 21:20:22 +01:00
parent 611fefe045
commit 10ee57a6e4

View File

@@ -37,4 +37,4 @@ jobs:
- name: Build - name: Build
run: npm run build run: npm run build
- name: Test - name: Test
run: npm test --watch=false run: npm test --watch=false --passWithNoTests