We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21f2a0f + 1917e54 commit aa93d03Copy full SHA for aa93d03
1 file changed
.github/workflows/CD.yml
@@ -42,7 +42,10 @@ jobs:
42
43
- name: Grant execute permission for gradlew
44
run: chmod +x gradlew
45
-
+
46
+ - name: Build with Gradle, without test
47
+ run: ./gradlew clean build -x test
48
49
- name: Configure AWS credentials
50
uses: aws-actions/configure-aws-credentials@v4
51
with:
0 commit comments