Skip to content

Commit

Permalink
fix the build for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Sep 15, 2023
1 parent bf51343 commit d12b254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +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
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 Down

0 comments on commit d12b254

Please sign in to comment.