We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c6fac commit 67a8769Copy full SHA for 67a8769
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build and Test
33
id: build
34
continue-on-error: true # Allow the workflow to continue if this fails
35
- run: ./gradlew clean fatJar test
+ run: ./gradlew clean fatJar
36
37
- name: Delete tag on failure
38
if: steps.build.outcome != 'success'
0 commit comments