Skip to content

Commit 3ce40f9

Browse files
authored
Do not mark nightly gradle test as release or publish build (#3580)
I think this is the reason the last nightly build failed with: ``` 2025-09-10T10:35:11.5880883Z * What went wrong: 2025-09-10T10:35:11.5881289Z Execution failed for task ':yaml-tests:serverJars'. 2025-09-10T10:35:11.5882938Z > Entry fdb-relational-server-4.5.10.0-all.jar is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/8.13/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details. ```
1 parent 1792759 commit 3ce40f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run Gradle Test
3434
uses: ./actions/gradle-test
3535
with:
36-
gradle_args: -PreleaseBuild=true -PpublishBuild=true
36+
gradle_args: -PreleaseBuild=false -PpublishBuild=false
3737
- name: Upload coverage to teamscale
3838
# temporary until we validate that this is working correctly
3939
continue-on-error: true

0 commit comments

Comments
 (0)