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 32a548f commit 41683cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ssj-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ./.github/workflows/ssj-ef-tests.yml
needs: [ssj-build]
with:
artifact-name: ssj-build
artifact-name: ssj-ef-tests

ssj-resources:
runs-on: ubuntu-latest
Expand Down
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/blockchain-tests-skip.yml
sparse-checkout-cone-mode: false
path: skip-file

- name: Setup ef-tests
run: |
mv skip-file/cairo/kakarot-ssj/blockchain-tests-skip.yml ef-tests/blockchain-tests-skip.yml
mv skip-file/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 41683cf

Please sign in to comment.