Skip to content

Commit

Permalink
Merge pull request #8183 from Agoric/ta/fix-cosmic-builders
Browse files Browse the repository at this point in the history
fix getting-started tests
  • Loading branch information
turadg authored Aug 14, 2023
2 parents 872bb3b + c7380a7 commit 9de97ab
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.3",
"@agoric/cosmic-swingset": "^0.41.3",
"ava": "^5.3.0",
"c8": "^7.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/agoric-cli/test/agops-governance-smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$AGORIC_NET" ]; then
yarn install && yarn build
# local chain running with wallet provisioned
packages/builders/scripts/inter-protocol/start-local-chain.sh
packages/agoric-cli/test/start-local-chain.sh
"
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion packages/agoric-cli/test/agops-oracle-smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -z "$AGORIC_NET" ]; then
yarn install && yarn build
# local chain running with wallet provisioned
packages/builders/scripts/inter-protocol/start-local-chain.sh
packages/agoric-cli/test/start-local-chain.sh
"
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion packages/agoric-cli/test/agops-perf-smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$AGORIC_NET" ]; then
yarn install && yarn build
# local chain running with wallet provisioned
packages/builders/scripts/inter-protocol/start-local-chain.sh
packages/agoric-cli/test/start-local-chain.sh
"
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion packages/agoric-cli/test/agops-vaults-smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$AGORIC_NET" ]; then
yarn install && yarn build
# local chain running with wallet provisioned
packages/builders/scripts/inter-protocol/start-local-chain.sh
packages/agoric-cli/test/start-local-chain.sh
"
exit 1
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$AGORIC_NET" ]; then
yarn install && yarn build
# local chain running with wallet provisioned
packages/builders/scripts/inter-protocol/start-local-chain.sh
packages/agoric-cli/test/start-local-chain.sh
"
exit 1
fi
Expand Down
1 change: 0 additions & 1 deletion packages/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
},
"devDependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/cosmic-swingset": "^0.41.3",
"@agoric/deploy-script-support": "^0.10.3",
"@agoric/governance": "^0.10.3",
"@agoric/inter-protocol": "^0.16.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/cosmic-swingset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"ava": "^5.3.0",
"c8": "^7.13.0"
},
"peerDependencies": {
"@agoric/builders": "^0.1.0"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 9de97ab

Please sign in to comment.