We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a8823 commit 2a26f4fCopy full SHA for 2a26f4f
.github/workflows/cosm-orc.yml
@@ -86,7 +86,7 @@ jobs:
86
name: cw-nfts-gas-report-refs-heads-main
87
88
- name: Post gas diff to PR
89
- if: ${{ github.ref != 'refs/heads/main' && steps.download_gas.found_artifact }}
+ if: ${{ github.ref != 'refs/heads/main' && steps.download_gas.outputs.found_artifact == 'true' }}
90
uses: de-husk/cosm-orc-gas-diff-action@v0.6.2
91
with:
92
repo_token: ${{ secrets.GITHUB_TOKEN }}
ci/integration-tests/src/tests/cw721_base_test.rs
@@ -28,12 +28,6 @@ fn execute_transfer_nft(chain: &mut Chain) {
28
)
29
.unwrap();
30
31
- chain
32
- .orc
33
- .contract_map
34
- .add_address("cw721_base", res.address)
35
- .unwrap();
36
-
37
chain
38
.orc
39
.execute(
0 commit comments