Skip to content

Commit 39f3b96

Browse files
committed
test: use Yarn v4 for a3p-integration
1 parent e2db1a2 commit 39f3b96

File tree

5 files changed

+1866
-738
lines changed

5 files changed

+1866
-738
lines changed

.github/workflows/integration.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,9 @@ jobs:
235235
run: make docker-build-sdk
236236
working-directory: packages/deployment
237237
- name: setup a3p-integration
238-
run: yarn install
238+
run: |
239+
corepack enable
240+
yarn install
239241
working-directory: a3p-integration
240242
- name: build proposals tests
241243
run: yarn build

a3p-integration/.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ docker-bake.*
44
upgrade-test-scripts
55

66
# Yarn (https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
7+
.pnp.*
8+
.yarn/*
9+
!.yarn/patches
10+
!.yarn/plugins
11+
!.yarn/releases
12+
!.yarn/sdks
13+
!.yarn/versions
14+
# same for each proposal, an independent project
715
proposals/*/.pnp.*
816
proposals/*/.yarn/*
917
proposals/*/!.yarn/patches

a3p-integration/.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

a3p-integration/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"@agoric/synthetic-chain": "^0.0.4-3",
1313
"tsx": "^4.7.0"
1414
},
15+
"packageManager": "[email protected]",
1516
"license": "Apache-2.0"
1617
}

0 commit comments

Comments
 (0)