Skip to content

Commit

Permalink
integration test needs wasm-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhasandigi committed Oct 28, 2024
1 parent ef066de commit c6363f5
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:

tests:
name: Run tests
strategy:
matrix:
command: ['test', 'test:integration']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -75,8 +72,18 @@ jobs:
${{ runner.OS }}-
- name: Install Packages
run: npm ci
- name: Run tests
run: npm run ${{ matrix.command }}
- name: Run unit test
run: npm run test
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Install wasm tools
run: dotnet workload install wasm-tools
- name: Build
run: npm run build
- name: Run integration test
run: npm run test:integration


check-version:
name: "Check version"
Expand Down

0 comments on commit c6363f5

Please sign in to comment.