Skip to content

Commit

Permalink
test: use Yarn v4 for a3p-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg authored and mhofman committed Jan 30, 2024
1 parent e967776 commit 2c67e43
Show file tree
Hide file tree
Showing 5 changed files with 1,866 additions and 738 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ jobs:
run: make docker-build-sdk
working-directory: packages/deployment
- name: setup a3p-integration
run: yarn install
run: |
corepack enable
yarn install
working-directory: a3p-integration
- name: build proposals tests
run: yarn build
Expand Down
8 changes: 8 additions & 0 deletions a3p-integration/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ docker-bake.*
upgrade-test-scripts

# Yarn (https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# same for each proposal, an independent project
proposals/*/.pnp.*
proposals/*/.yarn/*
proposals/*/!.yarn/patches
Expand Down
1 change: 1 addition & 0 deletions a3p-integration/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
1 change: 1 addition & 0 deletions a3p-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"@agoric/synthetic-chain": "^0.0.4-3",
"tsx": "^4.7.0"
},
"packageManager": "[email protected]",
"license": "Apache-2.0"
}
Loading

0 comments on commit 2c67e43

Please sign in to comment.