Skip to content

Commit

Permalink
[trivial] run_e2e_tests: update script after test-docker-compose changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Cañuelo <[email protected]>
  • Loading branch information
r-c-n authored and JenySadadia committed Jan 23, 2024
1 parent e68c870 commit d04cf2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
# Script for running API end-to-end tests

docker-compose -f test-docker-compose.yaml build
docker-compose -f test-docker-compose.yaml up -d api db redis storage ssh
docker-compose -f test-docker-compose.yaml up test
docker-compose -f test-docker-compose.yaml up -d api db redis storage ssh test
docker-compose -f test-docker-compose.yaml exec test pytest -v tests/e2e_tests
docker-compose -f test-docker-compose.yaml down

0 comments on commit d04cf2a

Please sign in to comment.