Skip to content

Commit

Permalink
Update integration test run script
Browse files Browse the repository at this point in the history
Signed-off-by: Abhay Kishore <[email protected]>
  • Loading branch information
abhakish committed Sep 2, 2024
1 parent 9b80004 commit ddf0b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd "$(dirname "$0")"
source pull-fabric-images.sh

pushd ../src/test/java/fabricSetup/ >/dev/null
docker-compose up --force-recreate -d
docker compose up --force-recreate -d
popd >/dev/null && cd ..

docker ps -a
Expand All @@ -22,4 +22,4 @@ export MAVEN_OPTS="-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Sl
mvn clean test-compile failsafe:integration-test -Dmaven.test.failure.ignore=false

pushd src/test/java/fabricSetup/ >/dev/null
docker-compose down --volumes
docker compose down --volumes

0 comments on commit ddf0b3b

Please sign in to comment.