Skip to content

Commit

Permalink
Merge pull request #1014 from dfinity/mraszyk/nft-wallet-port
Browse files Browse the repository at this point in the history
fix: dfx port in rust-nft-wallet tests
  • Loading branch information
letmejustputthishere authored Oct 3, 2024
2 parents 8f12522 + 424c784 commit 9f1a0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-nft-wallet-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Rust NFT Wallet Darwin
run: |
pushd rust/nft-wallet
dfx start --background --host 127.0.0.1:8000
dfx start --background --host 127.0.0.1:4943
bash ./deploy.sh
dfx canister call nftwallet owned_nfts
popd
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Rust NFT Wallet Linux
run: |
pushd rust/nft-wallet
dfx start --background --host 127.0.0.1:8000
dfx start --background --host 127.0.0.1:4943
bash ./deploy.sh
dfx canister call nftwallet owned_nfts
popd

0 comments on commit 9f1a0b2

Please sign in to comment.