We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a42b5 commit 2849e0aCopy full SHA for 2849e0a
.github/workflows/test.yml
@@ -26,12 +26,12 @@ jobs:
26
python-version-file: "services/nsdf_intersect_dashboard/pyproject.toml"
27
28
- name: Install the project
29
- run: |
30
- uv sync --locked --all-extras --dev
+ working-directory: services/nsdf_intersect_dashboard
+ run: uv sync --locked --all-extras --dev
31
32
- name: Run tests
33
34
- uv run pytest
+ run: uv run pytest
35
36
build:
37
runs-on: ubuntu-latest
0 commit comments