We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7277fb5 + 6db95f2 commit ce97a37Copy full SHA for ce97a37
.github/workflows/ec2_deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Setup and execute Gradle 'build' task
57
uses: gradle/gradle-build-action@v2
58
with:
59
- arguments: clean build
+ arguments: clean build -x test
60
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}
61
62
- name: Upload JAR
0 commit comments