Skip to content

Commit 57043c6

Browse files
committed
added minimal to working directory
1 parent f686942 commit 57043c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pdm run python -m ensurepip
7171
pdm run python -m pip install -e ../chipflow-lib
7272
- name: Run tests
73-
working-directory: ./chipflow-examples
73+
working-directory: ./chipflow-examples/minimal
7474
run: |
7575
pdm test
7676
pdm run chipflow pin lock
@@ -106,7 +106,7 @@ jobs:
106106
pdm run python -m ensurepip
107107
pdm run python -m pip install -e ../chipflow-lib
108108
- name: Run tests
109-
working-directory: ./chipflow-examples
109+
working-directory: ./chipflow-examples/minimal
110110
run: |
111111
pdm test
112112
pdm run chipflow pin lock

0 commit comments

Comments
 (0)