Skip to content

Commit

Permalink
chore: updated test build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsici committed Nov 6, 2024
1 parent 6ebd274 commit 976e7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run pytest
run: pytest src/test_app.py
run: pytest test_app.py

deploy-to-impaas:
needs: [python-formatting, unit-test]

0 comments on commit 976e7cc

Please sign in to comment.