Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 13, 2024
1 parent 0106ef1 commit 7ba54b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: "Restore cached LVSDB results"
uses: actions/cache/restore@v4
with:
path: output/.kpex_cache
path: output_sky130A/.kpex_cache
key: ${{ matrix.os }}-${{ matrix.python-version }}-kpex_cache

- name: "Download and merge Python dist artifacts"
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
if: success() || failure()
uses: actions/cache/save@v4
with:
path: output/.kpex_cache
path: output_sky130A/.kpex_cache
key: ${{ matrix.os }}-${{ matrix.python-version }}-kpex_cache

call-publish-reports-github-pages:
Expand Down

0 comments on commit 7ba54b4

Please sign in to comment.