Skip to content

Commit

Permalink
Try to spesify correct path to tests for pytest during GitHub Actions…
Browse files Browse the repository at this point in the history
… workflow execution
  • Loading branch information
earlinn committed Feb 3, 2024
1 parent c84d060 commit 7036831
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/good_food_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
python -m flake8
- name: Test with pytest
run: |
pwd
ls
cd backend
pytest backend/tests/
- name: send message
if: ${{ github.ref != 'refs/heads/main' }}
Expand Down

0 comments on commit 7036831

Please sign in to comment.