We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3a64c commit 2793b1bCopy full SHA for 2793b1b
.github/workflows/contracts-testing.yml
@@ -73,9 +73,6 @@ jobs:
73
- name: Install contracts dependencies
74
run: yarn workspace @kleros/kleros-v2-contracts install
75
76
- - name: Install Foundry
77
- uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # v1.3.1
78
-
79
- name: Run Hardhat tests
80
run: yarn test
81
working-directory: contracts
@@ -137,5 +134,9 @@ jobs:
137
134
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
138
135
139
136
- name: Run Foundry tests
140
- run: forge test
+ run: cd contracts && forge test
+ # working-directory: contracts
+
+ - name: Run snapshot
141
+ run: NO_COLOR=1 forge snapshot >> $GITHUB_STEP_SUMMARY
142
0 commit comments