We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fedc3 commit bcc8ab1Copy full SHA for bcc8ab1
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Run browser tests
92
if: ${{ matrix.deno == '2.x' }}
93
run: |
94
- npm run test:integration:browser
+ npm run test:integration:browser || npm run test:integration:browser
95
96
- name: Run Deno tests
97
0 commit comments