Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Jan 16, 2024
1 parent 66d5f5b commit 1f8ee00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ jobs:
uses: actions/cache@v3
with:
path: panda_cache/scons_cache
key: ${{ runner.os }}-${{ hashFiles('SConstruct') }}-${{ hashFiles('**/test_misra.sh') }}
key: ${{ runner.os }}-scons
- name: cache scons setup
if: steps.restore-panda-cache.outputs.cache-hit != 'true'
run: mkdir -p ${{ github.workspace }}/panda_cache/scons_cache
- id: restore-test-cache
uses: actions/cache@v3
with:
path: panda_cache/cppcheck_build
key: ${{ runner.os }}-${{ hashFiles('**/test_mutation.py') }}-${{ hashFiles('**/test_misra.sh') }}
key: ${{ runner.os }}-ci_cache
- name: cache test setup
if: steps.restore-test-cache.outputs.cache-hit != 'true'
run: mkdir -p ${{ github.workspace }}/panda_cache/cppcheck_build
Expand Down

0 comments on commit 1f8ee00

Please sign in to comment.