Skip to content

Commit 98b7bec

Browse files
committed
run browser integration after node
1 parent 8b02508 commit 98b7bec

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,11 @@ jobs:
8383
npm clean-install
8484
npm run build
8585
86-
- name: Run Node.js tests
86+
- name: Run tests
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: |
94-
npm run test:integration:browser || npm run test:integration:browser
90+
npm run test:integration:browser
9591
9692
- name: Run Deno tests
9793
run: |

0 commit comments

Comments
 (0)