Skip to content

Commit ec2bc84

Browse files
committed
Skip testing
1 parent ebc4837 commit ec2bc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: build
3434
uses: gradle/gradle-build-action@v3
3535
with:
36-
arguments: build
36+
arguments: build -x test
3737
publish:
3838
if: github.event_name == 'push'
3939
needs: ["build"]

0 commit comments

Comments
 (0)