workflow fix

This commit is contained in:
2023-03-22 21:21:34 +01:00
parent 10ee57a6e4
commit b52d81178d

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 --passWithNoTests run: npm test --passWithNoTests --watch=false