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 745499b commit 60a2b7cCopy full SHA for 60a2b7c
.github/workflows/deploy.yml
@@ -34,11 +34,8 @@ jobs:
34
- name: Setup Gradle
35
uses: gradle/gradle-build-action@v2
36
37
- - name: Run tests
38
- run: ./gradlew test --no-daemon
39
- env:
40
- JWT_SECRET: ${{ secrets.JWT_SECRET }}
41
- DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
+ - name: Build application
+ run: ./gradlew build -x test --no-daemon
42
43
- name: Upload test results
44
uses: actions/upload-artifact@v4
0 commit comments