Skip to content

Commit

Permalink
Merge pull request #8744 from Agoric/mhofman/a3p-build
Browse files Browse the repository at this point in the history
chore(ci): use synthetic-chain build config
  • Loading branch information
mergify[bot] authored Jan 12, 2024
2 parents df3d0a7 + 663871d commit d48e752
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
run: yarn install
working-directory: a3p-integration
- name: build proposals tests
run: yarn synthetic-chain append
run: yarn synthetic-chain build
working-directory: a3p-integration
- name: run proposals tests
run: yarn synthetic-chain test
Expand Down
5 changes: 4 additions & 1 deletion a3p-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"private": true,
"agoricSyntheticChain": {
"fromTag": "main"
},
"scripts": {
"build": "echo Use synthetic-chain to build proposal images",
"test": "echo Use synthetic-chain to test proposal images"
},
"dependencies": {
"@agoric/synthetic-chain": "^0.0.2-0",
"@agoric/synthetic-chain": "^0.0.2",
"tsx": "^4.7.0"
},
"license": "Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions a3p-integration/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@agoric/synthetic-chain@^0.0.2-0":
version "0.0.2-0"
resolved "https://registry.yarnpkg.com/@agoric/synthetic-chain/-/synthetic-chain-0.0.2-0.tgz#8658321a7c4bf3026096129f9053f1a0f9247bd7"
integrity sha512-VFZE7kbMqEuicqAiShJFa0cHBgNRb/Wmq/gndZ7/ynuPR5RJs5cssvAuj7lvbfMvzir2WgYybxnd4srJ9hSu6A==
"@agoric/synthetic-chain@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@agoric/synthetic-chain/-/synthetic-chain-0.0.2.tgz#c23f77c88fde0e050d62ff59684f1120586fdb4f"
integrity sha512-azAcU6o1OZvlCtnflrTsbwFaYp7uak6S4lZicsrlErvuA24U7oyORO0O4W47LqPkzxAullJZiQCwHpT5Ac3v2Q==
dependencies:
better-sqlite3 "^9.2.2"
tsx "^3.12.8"
Expand Down

0 comments on commit d48e752

Please sign in to comment.