Skip to content

Commit 436fde8

Browse files
authored
Don't run tests as part of the release build (#4600)
1 parent 76f11b3 commit 436fde8

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
@@ -21,7 +21,7 @@ jobs:
2121
run: docker image prune -af
2222

2323
- name: Run Gradle Build
24-
run: ./gradlew build --scan --no-daemon -i
24+
run: ./gradlew build --scan --no-daemon -i -x test
2525

2626
- name: Run Gradle Publish
2727
run: |

0 commit comments

Comments
 (0)