Skip to content

Commit 6f32ee4

Browse files
committed
rollback running integration test twice
1 parent d5ac56a commit 6f32ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Run Node.js tests
8282
run: |
8383
npm clean-install
84-
npm run test:integration
84+
npm run test:integration || npm run test:integration
8585
npm run test:integration:browser
8686
8787
- name: Run Deno tests

0 commit comments

Comments
 (0)