Skip to content

Commit

Permalink
Fix file_name
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Jun 12, 2024
1 parent adacdb4 commit 85c5045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
envkey_AWS_EMAIL_HOST_USER: test_user
envkey_AWS_EMAIL_HOST_PASSWORD: test_password
directory: config/envs
filename: dev_env
file_name: dev_env
- run: docker compose -f docker-compose-development.yml build
- run: docker compose -f docker-compose-development.yml up -d
- run: docker compose -f docker-compose-development.yml exec -T django python manage.py test main_app.tests

0 comments on commit 85c5045

Please sign in to comment.