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.
1 parent fdfe2e2 commit 58c4ae6Copy full SHA for 58c4ae6
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
26
# gradle build
27
- name: Build with Gradle
28
- run: ./gradlew build -x test
+ run: ./gradlew build
29
30
# docker build & push to production
31
- name: Docker build & push to prod
0 commit comments