Skip to content

Commit 0479e9a

Browse files
committed
chore: testing
1 parent 2d09a05 commit 0479e9a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,15 @@ jobs:
132132

133133
- name: Install Foundry
134134
run: |
135-
curl -L https://foundry.paradigm.xyz | bash
136-
exec bash
137-
foundryup
135+
cd contracts
136+
wget https://github.com/foundry-rs/foundry/releases/download/v1.3.4/foundry_v1.3.4_linux_amd64.tar.gz
137+
tar -xzf foundry_v1.3.4_linux_amd64.tar.gz
138+
ls -la
139+
./forge --version
138140
# uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
139141

140142
- name: Run Foundry tests
141-
run: cd contracts && forge test
143+
run: cd contracts && ./forge test
142144
# working-directory: contracts
143145

144146
- name: Run snapshot

0 commit comments

Comments
 (0)