Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvshah1093 committed Dec 2, 2024
1 parent b7f123d commit 12dbb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: docker compose run --rm app sh -c "python manage.py wait_for_db && python manage.py test"
working-directory: /.devcontainer/
run: docker compose run --rm django_project sh -c "python manage.py wait_for_db && python manage.py test"
working-directory: .devcontainer/

0 comments on commit 12dbb49

Please sign in to comment.