Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pinosu committed May 18, 2023
1 parent 2d18a29 commit af637c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ jobs:
name: Build and run system tests
command: make test-system
- store_artifacts:
path: /go/src/github.com/CosmWasm/wasmd/testnet/node0.out
path: /go/src/github.com/CosmWasm/wasmd/tests/system/testnet/node0.out
- store_artifacts:
path: /go/src/github.com/CosmWasm/wasmd/testnet/node1.out
path: /go/src/github.com/CosmWasm/wasmd/tests/system/testnet/node1.out
- store_artifacts:
path: /go/src/github.com/CosmWasm/wasmd/testnet/node2.out
path: /go/src/github.com/CosmWasm/wasmd/tests/system/testnet/node2.out
- store_artifacts:
path: /go/src/github.com/CosmWasm/wasmd/testnet/node3.out
path: /go/src/github.com/CosmWasm/wasmd/tests/system/testnet/node3.out

benchmark:
executor: golang
Expand Down

0 comments on commit af637c3

Please sign in to comment.