Skip to content

Commit e5609b3

Browse files
committed
remove Action flag
1 parent 29dadb0 commit e5609b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run build-package
3535

3636
- name: Test library
37-
run: npm test -- --watch=false --browsers=ChromeHeadless --no-fail-on-empty-test-suite
37+
run: npm test -- --watch=false --browsers=ChromeHeadless
3838

3939
- name: Publish to npm
4040
run: |

0 commit comments

Comments
 (0)