Skip to content

Commit

Permalink
fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Oct 1, 2024
1 parent 8165faa commit 893bb97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Cache build folder
uses: actions/cache@v4
with:
key: build-${{ inputs.path }}-${{env.GINKGO_CHECKOUT_VERSION}}
# key: build-${{ inputs.path }}-${{env.GINKGO_CHECKOUT_VERSION}}
key: build_PR_${{ github.event.pull_request.number }}_${{inputs.path}}
path: |
${{github.workspace}}/build
Expand Down

0 comments on commit 893bb97

Please sign in to comment.