Skip to content

Commit

Permalink
fix workflows#9
Browse files Browse the repository at this point in the history
  • Loading branch information
kritserv committed Oct 23, 2023
1 parent 16087fc commit 487f0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django_app_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
docker-compose up -d --build
sleep 10
docker-compose exec web python manage.py test main.tests.URLTests.homepagege
docker-compose run web ./manage.py test main.tests.URLTests.homepage
docker-compose down

0 comments on commit 487f0ec

Please sign in to comment.