Skip to content

Commit

Permalink
Fix pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Dec 7, 2024
1 parent d447fd3 commit 2a18bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/test/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Monstache test runner

You can use the `run-tests.sh` script in this folder to run integration tests. You will need to have installed
`docker` and `docker-compose`. The script starts services for MongoDB, Elasticsearch, and Monstache itself, and
`docker`. The script starts services for MongoDB, Elasticsearch, and Monstache itself, and
then runs the tests in `monstache_test.go`.
4 changes: 2 additions & 2 deletions docker/test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
export COMPOSE_FILE=docker-compose.test.yml
export COMPOSE_PROJECT_NAME=monstache

# The network created by docker-compose will be called ${COMPOSE_PROJECT_NAME}_test as we have the network test in docker-compose
# The network created by docker will be called ${COMPOSE_PROJECT_NAME}_test as we have the network test in docker-compose

docker-compose down --remove-orphans ; docker-compose up --force-recreate --build --abort-on-container-exit --exit-code-from sut
docker compose down --remove-orphans ; docker compose up --force-recreate --build --abort-on-container-exit --exit-code-from sut

0 comments on commit 2a18bbc

Please sign in to comment.