Skip to content

Commit

Permalink
ci: don't fetch submodules for test-external
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Aug 11, 2023
1 parent cd0476a commit d31b27f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
uses: actions/checkout@v3
with:
path: halmos
submodules: recursive
# we won't be needing tests/lib for this workflow
submodules: false

- name: Checkout external repo
uses: actions/checkout@v3
Expand Down

0 comments on commit d31b27f

Please sign in to comment.