Skip to content

Commit 67a8769

Browse files
committed
Update release automation to remove test
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent d8c6fac commit 67a8769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build and Test
3333
id: build
3434
continue-on-error: true # Allow the workflow to continue if this fails
35-
run: ./gradlew clean fatJar test
35+
run: ./gradlew clean fatJar
3636

3737
- name: Delete tag on failure
3838
if: steps.build.outcome != 'success'

0 commit comments

Comments
 (0)