Skip to content

Commit f8a21d7

Browse files
committed
Remove invalid build flag
1 parent 750dbbc commit f8a21d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
packageUser: ${{ github.actor }}
2323
packagePAT: ${{ secrets.GITHUB_TOKEN }}
24-
run: ./gradlew build -x check -x test
24+
run: ./gradlew build -x test
2525
- name: Run Trivy vulnerability scanner
2626
uses: aquasecurity/trivy-action@master
2727
with:

0 commit comments

Comments
 (0)