Skip to content

Commit 39e7e51

Browse files
committed
Oops forgot to add docker compose up
1 parent 5f62816 commit 39e7e51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/test-runner.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Finally, it will exit and kill the docker compose containers
88

99
# Start docker containers and wait a second (just for fun)
10-
# docker compose -f docker-compose.test.yml up -d
11-
# sleep 1
10+
docker compose -f docker-compose.test.yml up -d
11+
sleep 1
1212

1313
echo "Running tests..."
1414

@@ -22,7 +22,7 @@ done
2222

2323
# Get logs and get rid of containers
2424
logs=$(docker logs jury-testing)
25-
# docker compose -f docker-compose.test.yml down
25+
docker compose -f docker-compose.test.yml down
2626

2727
# If no failed lines, exit with success
2828
failed=$(echo "$logs" | grep "failed")

0 commit comments

Comments
 (0)