Skip to content

Commit

Permalink
integration test needs wasm-tools (#14)
Browse files Browse the repository at this point in the history
* integration test needs wasm-tools

* Using same job at test.yaml
  • Loading branch information
syedhasandigi authored Oct 28, 2024
1 parent ef066de commit 6b1ac11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,19 @@ jobs:
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Install wasm tools
run: dotnet workload install wasm-tools
- name: Install Packages
run: npm ci
- name: Build
run: npm run build
- name: Run tests
run: npm run ${{ matrix.command }}


check-version:
name: "Check version"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b1ac11

Please sign in to comment.