Skip to content

Commit 2633bca

Browse files
committed
ci
1 parent 2d943fc commit 2633bca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ jobs:
2020
with:
2121
enable-cache: true
2222

23-
- name: Set workdir to dashboard
24-
run: |
25-
cd services/nsdf_intersect_dashboard
26-
2723
- name: "Set up Python"
2824
uses: actions/setup-python@v5
2925
with:
30-
python-version-file: "pyproject.toml"
26+
python-version-file: "services/nsdf_intersect_dashboard/pyproject.toml"
3127

3228
- name: Install the project
33-
run: uv sync --locked --all-extras --dev
29+
run: |
30+
cd services/nsdf_intersect_dashboard/pyproject.toml
31+
uv sync --locked --all-extras --dev
3432
3533
- name: Run tests
36-
run: uv run pytest
34+
run: |
35+
cd services/nsdf_intersect_dashboard/pyproject.toml
36+
uv run pytest
3737
3838
build:
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)