Skip to content

Commit 2a26f4f

Browse files
committed
Address feedback from @de-husk.
1 parent 48a8823 commit 2a26f4f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/cosm-orc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
name: cw-nfts-gas-report-refs-heads-main
8787

8888
- name: Post gas diff to PR
89-
if: ${{ github.ref != 'refs/heads/main' && steps.download_gas.found_artifact }}
89+
if: ${{ github.ref != 'refs/heads/main' && steps.download_gas.outputs.found_artifact == 'true' }}
9090
uses: de-husk/cosm-orc-gas-diff-action@v0.6.2
9191
with:
9292
repo_token: ${{ secrets.GITHUB_TOKEN }}

ci/integration-tests/src/tests/cw721_base_test.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ fn execute_transfer_nft(chain: &mut Chain) {
2828
)
2929
.unwrap();
3030

31-
chain
32-
.orc
33-
.contract_map
34-
.add_address("cw721_base", res.address)
35-
.unwrap();
36-
3731
chain
3832
.orc
3933
.execute(

0 commit comments

Comments
 (0)