Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurfaro committed Oct 19, 2023
1 parent 88fd01c commit 67257ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
id: build
continue-on-error: true

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

0 comments on commit 67257ef

Please sign in to comment.