Skip to content

Commit bcc8ab1

Browse files
committed
run deno test twice
1 parent a3fedc3 commit bcc8ab1

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
@@ -91,7 +91,7 @@ jobs:
9191
- name: Run browser tests
9292
if: ${{ matrix.deno == '2.x' }}
9393
run: |
94-
npm run test:integration:browser
94+
npm run test:integration:browser || npm run test:integration:browser
9595
9696
- name: Run Deno tests
9797
if: ${{ matrix.deno == '2.x' }}

0 commit comments

Comments
 (0)