Skip to content

Commit 1f89e6f

Browse files
committed
Back changes to workflows
1 parent 8c68a8f commit 1f89e6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -242,7 +242,7 @@ jobs:
242242
# The option forces to execute all jobs even though some of them have failed.
243243
fail-fast: false
244244
matrix:
245-
project: [utbot-core, utbot-fuzzers, utbot-gradle, utbot-junit-contest, utbot-sample]
245+
project: [utbot-core, utbot-java-fuzzing, utbot-gradle, utbot-junit-contest, utbot-sample]
246246
runs-on: ubuntu-20.04
247247
container:
248248
image: unittestbot/java-env:java11-zulu-jdk-gradle7.4.2-kotlinc1.7.0

.github/workflows/run-chosen-tests-from-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- utbot-core
1515
- utbot-framework-api
1616
- utbot-framework
17-
- utbot-fuzzers
17+
- utbot-java-fuzzing
1818
- utbot-gradle
1919
- utbot-instrumentation-tests
2020
- utbot-instrumentation

0 commit comments

Comments
 (0)