Skip to content

Commit

Permalink
Address feedback from @de-husk.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xekez committed Oct 24, 2022
1 parent 48a8823 commit 2a26f4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cosm-orc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
name: cw-nfts-gas-report-refs-heads-main

- name: Post gas diff to PR
if: ${{ github.ref != 'refs/heads/main' && steps.download_gas.found_artifact }}
if: ${{ github.ref != 'refs/heads/main' && steps.download_gas.outputs.found_artifact == 'true' }}
uses: de-husk/cosm-orc-gas-diff-action@v0.6.2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 0 additions & 6 deletions ci/integration-tests/src/tests/cw721_base_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ fn execute_transfer_nft(chain: &mut Chain) {
)
.unwrap();

chain
.orc
.contract_map
.add_address("cw721_base", res.address)
.unwrap();

chain
.orc
.execute(
Expand Down

0 comments on commit 2a26f4f

Please sign in to comment.