Skip to content

Commit

Permalink
fixup! 👷 (dashboard) add pytest in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorin committed Nov 8, 2024
1 parent 88826fb commit f5d4140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
python-version: "3.12"
cache: "pipenv"
cache-dependency-path: "src/api/Pipfile.lock"
cache-dependency-path: "src/dashboard/Pipfile.lock"
- name: Test with pytest
run: pipenv run pytest
env:
Expand Down

0 comments on commit f5d4140

Please sign in to comment.