Skip to content

Commit

Permalink
update the test script to run a build
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Sep 15, 2023
1 parent b298361 commit bf51343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
./gradlew clean 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 bf51343

Please sign in to comment.