Skip to content

Commit 8e91703

Browse files
committed
wip
1 parent b9e6f68 commit 8e91703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
pdm test-cov
8585
8686
- name: Run sim
87-
working-directory: ${{ env.test_repo_path }}
87+
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
8888
run: |
8989
pdm run coverage run -a .venv/bin/chipflow pin lock
9090
pdm run coverage run -a .venv/bin/chipflow sim
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/upload-artifact@v4
105105
with:
106106
name: coverage-${{matrix.repo.name}}-${{matrix.dry}}
107-
path: .coverage-${{matrix.repo.name}}-${{matrix.dry}}
107+
path: ${{ env.test_repo_path }}/${{ matrix.repo.design }}/.coverage-${{matrix.repo.name}}-${{matrix.dry}}
108108

109109
coverage:
110110
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)