Skip to content

Commit

Permalink
Try and pass setting as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmiller committed Sep 27, 2022
1 parent ea9cf93 commit d2a57c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ docker-test-unit: docker-build

.PHONY: docker-test-integration
docker-test-integration: docker-build
docker-compose -f docker-compose-test.yml -p data-workspace-test run data-workspace-test pytest --ds=DJANGO_SETTINGS_MODULE=dataworkspace.settings.integration_tests test/

docker-compose -f docker-compose-test.yml -p data-workspace-test run -e DJANGO_SETTINGS_MODULE=dataworkspace.settings.integration_tests data-workspace-test pytest test/

.PHONY: docker-test
docker-test: docker-test-integration docker-test-unit
Expand Down

0 comments on commit d2a57c8

Please sign in to comment.