Skip to content

Commit

Permalink
ci: sparse-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Oct 2, 2024
1 parent 41683cf commit 6862560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ssj-ef-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: |
cairo/kakarot-ssj/blockchain-tests-skip.yml
cairo/kakarot-ssj/
sparse-checkout-cone-mode: false
path: skip-file

- name: Setup ef-tests
run: |
mv skip-file/blockchain-tests-skip.yml ef-tests/blockchain-tests-skip.yml
mv skip-file/cairo/kakarot-ssj/blockchain-tests-skip.yml ef-tests/blockchain-tests-skip.yml
cd ef-tests
mkdir -p build/common
make setup setup-kakarot-v0
Expand Down

0 comments on commit 6862560

Please sign in to comment.