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 <abhay.kishore@walmart.com>
  • Loading branch information
abhakish committed Sep 2, 2024
1 parent 9b80004 commit 110d6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 110d6fd

Please # to comment.