Skip to content

Commit 53f545d

Browse files
authored
Merge pull request #815 from Dstack-TEE/fix/foundry-npx-cache-race
ci: avoid npx cache races in Foundry tests
2 parents 3768c5a + 17cbbdb commit 53f545d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/foundry-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
forge build --sizes
5757
id: build
5858

59+
- name: Install OpenZeppelin upgrades validator
60+
run: npm install --no-save --package-lock=false @openzeppelin/upgrades-core@^1.37.0
61+
5962
- name: Run Forge tests
6063
run: |
6164
forge test --ffi -vvv

0 commit comments

Comments
 (0)