We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f62816 commit 39e7e51Copy full SHA for 39e7e51
scripts/test-runner.sh
@@ -7,8 +7,8 @@
7
# Finally, it will exit and kill the docker compose containers
8
9
# Start docker containers and wait a second (just for fun)
10
-# docker compose -f docker-compose.test.yml up -d
11
-# sleep 1
+docker compose -f docker-compose.test.yml up -d
+sleep 1
12
13
echo "Running tests..."
14
@@ -22,7 +22,7 @@ done
22
23
# Get logs and get rid of containers
24
logs=$(docker logs jury-testing)
25
-# docker compose -f docker-compose.test.yml down
+docker compose -f docker-compose.test.yml down
26
27
# If no failed lines, exit with success
28
failed=$(echo "$logs" | grep "failed")
0 commit comments