Skip to content

Commit 2849e0a

Browse files
committed
fix ci
1 parent 44a42b5 commit 2849e0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
python-version-file: "services/nsdf_intersect_dashboard/pyproject.toml"
2727

2828
- name: Install the project
29-
run: |
30-
uv sync --locked --all-extras --dev
29+
working-directory: services/nsdf_intersect_dashboard
30+
run: uv sync --locked --all-extras --dev
3131

3232
- name: Run tests
33-
run: |
34-
uv run pytest
33+
working-directory: services/nsdf_intersect_dashboard
34+
run: uv run pytest
3535

3636
build:
3737
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)