Skip to content

Commit

Permalink
fix workflows#6
Browse files Browse the repository at this point in the history
  • Loading branch information
kritserv committed Oct 23, 2023
1 parent 9147d60 commit 618243f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django_app_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
docker-compose up -d
sleep 10
docker-compose run django_online_store_web_1 bash -c "python manage.py test main.tests.URLTests.homepage"
docker-compose run django_online_store-web bash -c "python manage.py test main.tests.URLTests.homepage"
docker-compose down

0 comments on commit 618243f

Please sign in to comment.