We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e6f68 commit 8e91703Copy full SHA for 8e91703
.github/workflows/test-examples.yml
@@ -84,7 +84,7 @@ jobs:
84
pdm test-cov
85
86
- name: Run sim
87
- working-directory: ${{ env.test_repo_path }}
+ working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
88
run: |
89
pdm run coverage run -a .venv/bin/chipflow pin lock
90
pdm run coverage run -a .venv/bin/chipflow sim
@@ -104,7 +104,7 @@ jobs:
104
uses: actions/upload-artifact@v4
105
with:
106
name: coverage-${{matrix.repo.name}}-${{matrix.dry}}
107
- path: .coverage-${{matrix.repo.name}}-${{matrix.dry}}
+ path: ${{ env.test_repo_path }}/${{ matrix.repo.design }}/.coverage-${{matrix.repo.name}}-${{matrix.dry}}
108
109
coverage:
110
runs-on: ubuntu-latest
0 commit comments