Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-triggerable-integration-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed May 3, 2024
2 parents f382bfc + ae8021f commit 0d9b622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
curl -o /home/runner/.masp-params/masp-output.params -L https://github.com/anoma/masp-mpc/releases/download/namada-trusted-setup/masp-output.params?raw=true
curl -o /home/runner/.masp-params/masp-convert.params -L https://github.com/anoma/masp-mpc/releases/download/namada-trusted-setup/masp-convert.params?raw=true
- name: Build wasm
run: make build-wasm-scripts
run: npm install -g wasm-opt && make build-wasm-scripts
- name: Run command ${{ inputs.command }}
run: ${{ inputs.command }}
env:
Expand Down

0 comments on commit 0d9b622

Please sign in to comment.