Skip to content

Commit ea6ef8e

Browse files
Exclude framework tests for analytics
1 parent aae183a commit ea6ef8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-run-tests-from-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
export KOTLIN_HOME="/usr"
4747
export GRADLE_OPTS="-XX:MaxHeapSize=2048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=2048m -XX:MaxPermSize=512m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
4848
cd utbot-framework
49-
gradle build -x
49+
gradle build -x test
5050
cd ../utbot-analytics
5151
gradle build --no-daemon
5252

0 commit comments

Comments
 (0)