Skip to content

Commit

Permalink
fix(.github): skip wasm build on test
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Jan 12, 2025
1 parent 5778a29 commit ac741a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
test:
needs: lint
runs-on: ubuntu-latest
env:
SKIP_WASM_BUILD: 1
steps:
- name: Setup Ubuntu dependencies
shell: bash
Expand Down

0 comments on commit ac741a1

Please sign in to comment.