Skip to content

Commit

Permalink
Update run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Sep 15, 2023
1 parent d12b254 commit b9cce00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
./gradlew clean build
# Create an empty ui build directory... we don't need UI for this build
mkdir tmp/ui/conductor/ui/build
mkdir -p tmp/ui/conductor/ui/build
docker rm -f conductor_test_container
docker build -f docker/DockerfileStandalone . -t conductor_test_container
docker run -dit --name conductor_test_container -p 8899:8080 -t conductor_test_container
Expand All @@ -11,6 +11,7 @@ do
done
sleep 5
echo "All set - starting tests now"
./gradlew clean
./gradlew -PIntegrationTests orkes-conductor-test-harness:test
docker rm -f conductor_test_container

0 comments on commit b9cce00

Please sign in to comment.