Skip to content

Commit

Permalink
Merge pull request #27 from orkes-io/fix_builds_on_github
Browse files Browse the repository at this point in the history
Fix builds on GitHub
  • Loading branch information
boney9 authored Sep 15, 2023
2 parents b298361 + b9cce00 commit e82ff7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
./gradlew clean build
# Create an empty ui build directory... we don't need UI for this 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 @@ -8,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 e82ff7b

Please sign in to comment.