Skip to content

Commit a3fedc3

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,16 @@ jobs:
8787
if: ${{ matrix.deno == '2.x' }}
8888
run: |
8989
npm run test:integration || npm run test:integration
90+
91+
- name: Run browser tests
92+
if: ${{ matrix.deno == '2.x' }}
93+
run: |
9094
npm run test:integration:browser
9195
9296
- name: Run Deno tests
9397
if: ${{ matrix.deno == '2.x' }}
9498
run: |
95-
cd test/deno && npm test
99+
cd test/deno && npm test || npm test
96100
97101
- name: Stop Supabase
98102
run: |

0 commit comments

Comments
 (0)