Skip to content

Commit

Permalink
test artifacts with dummy container id
Browse files Browse the repository at this point in the history
  • Loading branch information
JumiDeluxe committed Nov 13, 2023
1 parent 5febc62 commit 3a8bcb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: actions/cache@v3
env:
cache-name: cache-regression-tests
container.id: dummy-id
with:
path: test/external/riscv-tests/test-*
key: ${{ env.cache-name }}-${{ runner.os }}-${{
Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
- uses: actions/cache@v3
env:
cache-name: cache-regression-tests
container-id: dummy-id
with:
path: test/external/riscv-tests/test-*
key: ${{ env.cache-name }}-${{ runner.os }}-${{
Expand Down

0 comments on commit 3a8bcb1

Please sign in to comment.