From 7ba54b4e5e2695efde5aac13ffa9d4fe223ae950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Jan=20K=C3=B6hler?= Date: Fri, 13 Dec 2024 23:56:03 +0100 Subject: [PATCH] Update integration-tests.yml --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 24b1d1ba..70216510 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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" @@ -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: