workflow fix
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user