Skip to content

Commit

Permalink
ci(workflow): update forge
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Dec 6, 2024
1 parent 2a6dff0 commit cf515c4
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
- name: Install diffutils
run: sudo apt-get install diffutils

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down Expand Up @@ -79,16 +80,18 @@ jobs:
```diff
$(git diff foundry.toml)
```
- name: Install diffutils
run: sudo apt-get install diffutils

- name: Run Forge build
run: just build
id: build
- name: Run Tests
id: test
run: just test
# TODO:
# fix Justfile
#
# - uses: extractions/setup-just@v2
# - name: Run Forge build
# run: just build
# id: build

# - name: Run Tests
# id: test
# run: just test

- name: Run Slither
uses: crytic/[email protected]
Expand Down

0 comments on commit cf515c4

Please sign in to comment.