Skip to content

Commit

Permalink
Add test -> check Dependency (#5033)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored Jan 10, 2024
1 parent f27bb44 commit f7695b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ jobs:
wasm-test:
name: Test WebAssembly
runs-on: ubuntu-latest
needs: [check]

steps:
- name: checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -371,6 +373,7 @@ jobs:

name: Test ${{ matrix.name }}
runs-on: ${{ matrix.os }}
needs: [check]

steps:
- name: checkout repo
Expand Down

0 comments on commit f7695b3

Please sign in to comment.