Skip to content

Commit ba20cd0

Browse files
committed
skip tests in this prototype
1 parent 928ab2f commit ba20cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_without_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: gradle/gradle-build-action@v2
4444
with:
4545
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
46-
arguments: --console=plain --quiet --no-configuration-cache build distZip
46+
arguments: --console=plain --quiet --no-configuration-cache build distZip -x test
4747

4848
- name: Create Release
4949
id: create_release

0 commit comments

Comments
 (0)