Skip to content

Commit

Permalink
FIX: use non conical sparse checkout due to a non directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
Paliak committed Dec 25, 2023
1 parent 60dca6e commit a75b2a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
sparse-checkout-cone-mode: false
sparse-checkout: |
.busted
spec
spec/*
- if: ${{ steps.cache-builds.outputs.cache-hit != 'true' }}
name: Generate builds in reference to dev branch
run: BUILDCACHEPREFIX='${{ github.workspace }}/spec/Cache' busted --lua=luajit -r generate
Expand Down

0 comments on commit a75b2a1

Please sign in to comment.