Skip to content

Commit

Permalink
interactor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Jan 31, 2025
1 parent e6925a0 commit 97986cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@10a37b16e3e65f6a8f8ebcb6ea78cdf1436dd92a
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@b967f1f188a02b7d92e5d4425bd0334752a33e03
with:
rust-toolchain: 1.82
path-to-sc-meta: framework/meta
mx-scenario-go-version: v3.0.0
enable-interactor-tests: true
coverage-args: --ignore-filename-regex='meta/src' --ignore-filename-regex='wasm-adapter' --ignore-filename-regex='benchmarks/' --ignore-filename-regex='tests/' --output ./coverage.md
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 97986cd

Please sign in to comment.