Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
fail_ci_if_error: false
verbose: true
- name: archive code coverage results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: cobertura.xml
Expand All @@ -55,7 +55,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: optimize
run: make optimize
- name : release
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Test ATS Smart Contract
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Add wasm32 target
run: |
rustup target add wasm32-unknown-unknown
Expand All @@ -33,7 +33,6 @@ jobs:
- name: Run ATS Test
uses: provenance-io/provenance-testing-action@v1.1.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
provenance_version: "v1.14.1"
test_script: "./scripts/test_ats.sh"
wasm_path: "./artifacts/ats_smart_contract.wasm"
wasm_path: "./artifacts/ats_smart_contract.wasm"