We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9030608 commit a193c63Copy full SHA for a193c63
1 file changed
scripts/run-integration-tests.sh
@@ -4,10 +4,6 @@ set -e
4
5
echo "Running integration tests..."
6
7
-docker-compose -f docker-compose.integ.yml up --build --abort-on-container-exit || true
+trap 'docker-compose -f docker-compose.integ.yml down' EXIT
8
9
-exit_code=$?
10
-
11
-docker-compose -f docker-compose.integ.yml down
12
13
-exit $exit_code
+docker-compose -f docker-compose.integ.yml up --build --abort-on-container-exit
0 commit comments