Skip to content

Commit 9bd1a50

Browse files
Reduce test time of examples-part2
1 parent cb78691 commit 9bd1a50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,8 @@ jobs:
421421
--tests "org.utbot.examples.arrays.*" \
422422
--tests "org.utbot.examples.casts.*" \
423423
--tests "org.utbot.examples.codegen.*" \
424-
--tests "org.utbot.examples.controlflow.*"
424+
--tests "org.utbot.examples.controlflow.*" \
425+
--tests "org.utbot.examples.enums.*"
425426
426427
- name: Upload logs
427428
if: ${{ always() }}
@@ -486,13 +487,11 @@ jobs:
486487
export GRADLE_OPTS="-XX:MaxHeapSize=2048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=2048m -XX:MaxPermSize=512m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
487488
488489
gradle --no-daemon :utbot-framework:test \
490+
--tests "org.utbot.examples.exceptions.*" \
489491
--tests "org.utbot.examples.invokes.*" \
490492
--tests "org.utbot.examples.lambda.*" \
491493
--tests "org.utbot.examples.make.symbolic.*" \
492-
--tests "org.utbot.examples.math.*" \
493-
--tests "org.utbot.examples.mixed.*" \
494-
--tests "org.utbot.examples.enums.*" \
495-
--tests "org.utbot.examples.exceptions.*"
494+
--tests "org.utbot.examples.math.*"
496495
497496
- name: Upload logs
498497
if: ${{ always() }}
@@ -557,6 +556,7 @@ jobs:
557556
export GRADLE_OPTS="-XX:MaxHeapSize=2048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=2048m -XX:MaxPermSize=512m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
558557
559558
gradle --no-daemon :utbot-framework:test \
559+
--tests "org.utbot.examples.mixed.*" \
560560
--tests "org.utbot.examples.mock.*" \
561561
--tests "org.utbot.examples.models.*" \
562562
--tests "org.utbot.examples.natives.*" \

0 commit comments

Comments
 (0)