File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,8 @@ install:
3838
3939script :
4040 - docker-compose up --build --detach firebase_deploy
41- - docker build --tag postgres --file postgres/Dockerfile-dev postgres/
42- - docker run --detach --publish 5432:5432 --name postgres -e POSTGRES_DB="$POSTGRES_DB" -e POSTGRES_USER="$POSTGRES_USER" -e POSTGRES_PASSWORD="$POSTGRES_PASSWORD" postgres
43- - docker-compose run mapswipe_workers python -m unittest tests/integration/test_gdal.py
44- # - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
41+ - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory mapswipe_workers/tests/unittests/
42+ - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory mapswipe_workers/tests/integration/
4543 # - TODO: Run black and flake8
4644
4745# before_deploy:
You can’t perform that action at this time.
0 commit comments