Skip to content

Commit fc85a6e

Browse files
authored
Merge pull request #190 from filecoin-project/QuietLiu01-patch-1
Update powervoting-contracts.yml
2 parents e0cd9dc + a87af11 commit fc85a6e

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/powervoting-contracts.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,4 @@ on:
1212
env:
1313
FOUNDRY_PROFILE: ci
1414

15-
jobs:
16-
check-powervoting-contracts:
17-
name: foundry project
18-
runs-on: ubuntu-20.04
19-
steps:
20-
- uses: actions/checkout@v4
21-
with:
22-
submodules: recursive
2315

24-
- name: Install Foundry
25-
uses: foundry-rs/foundry-toolchain@v1
26-
with:
27-
version: nightly
28-
29-
- name: Run Forge build
30-
run: |
31-
cd ./powervoting-contracts
32-
forge --version
33-
forge build --sizes
34-
id: build
35-
36-
- name: Run Forge tests
37-
run: |
38-
cd ./powervoting-contracts
39-
forge test -vvv
40-
id: test

0 commit comments

Comments
 (0)