Skip to content

Commit

Permalink
error fixed in checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nishu-saini committed Oct 19, 2023
1 parent 1d37509 commit c551173
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 @@ -16,6 +16,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: docker-compose run --rm sh -c "python manage.py test"
run: docker-compose run --rm app sh -c "python manage.py test"
- name: Lint
run: docker-compose run --rm sh -c "flake8"
run: docker-compose run --rm app sh -c "flake8"

0 comments on commit c551173

Please sign in to comment.