Skip to content

Commit

Permalink
ci: remove scripts step
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvv committed Oct 1, 2023
1 parent 949147e commit 5166d46
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,38 +24,3 @@ jobs:

- name: Run Tests
run: forge test -vvv

scripts:
strategy:
fail-fast: true
name: Run Scripts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install Huff
uses: huff-language/huff-toolchain@v3
with:
version: nightly

- name: Run Forge build
run: |
forge --version
forge build --sizes
id: build
continue-on-error: true

- name: Run scripts
run: |
ls -lsa
ls script/
for file in script/*; do
forge script $file -vvvv
done

0 comments on commit 5166d46

Please sign in to comment.