Skip to content

Commit

Permalink
Fix integration tests (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin authored Sep 7, 2023
1 parent 2a1d2ed commit cac5c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/action-scripts/runClionIntegrationTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apt-get install libfreetype6 fontconfig fonts-dejavu -y

set -e

./server/build/utbot server > /dev/null 2>&1 &
$UTBOT_ALL/server-install/utbot server > /dev/null 2>&1 &

cd clion-plugin
./gradlew test --info --rerun-tasks
Expand Down

0 comments on commit cac5c6c

Please sign in to comment.