Skip to content

Commit ba1db1a

Browse files
Merge pull request #139 from multiversx/bump-actions
bump mx-sc-actions
2 parents b2a3bd9 + 672bc6b commit ba1db1a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ permissions:
1313
jobs:
1414
contracts:
1515
name: Contracts
16-
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1
16+
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].2
1717
with:
1818
rust-toolchain: stable
1919
enable-contracts-size-report: true
20+
enable-interactor-tests: true
2021
secrets:
2122
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/on_pull_request_build_contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
build:
11-
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1
11+
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].2
1212
with:
1313
image_tag: v8.0.1
1414
package_whole_project_src: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
build:
12-
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1
12+
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].2
1313
with:
1414
image_tag: v8.0.1
1515
attach_to_existing_release: true

0 commit comments

Comments
 (0)