Skip to content

Commit

Permalink
scripts/run_e2e_tests: add build argument
Browse files Browse the repository at this point in the history
Add `no-cache` build argument while building images
for tests.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and JenySadadia committed Feb 26, 2024
1 parent 4057e36 commit fca8b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Script for running API end-to-end tests

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

0 comments on commit fca8b1f

Please sign in to comment.