Add test -> check Dependency (#5033)

This commit is contained in:
Connor Fitzgerald 2024-01-10 17:56:46 -05:00 committed by GitHub
parent f27bb443c1
commit f7695b360b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,6 +332,8 @@ jobs:
wasm-test:
name: Test WebAssembly
runs-on: ubuntu-latest
needs: [check]
steps:
- name: checkout repo
uses: actions/checkout@v4
@ -371,6 +373,7 @@ jobs:
name: Test ${{ matrix.name }}
runs-on: ${{ matrix.os }}
needs: [check]
steps:
- name: checkout repo