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 1bc6275 commit 5c3379dCopy full SHA for 5c3379d
.github/workflows/actions.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build and analyze
35
env:
36
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37
- run: gradle build jacocoAggregatedReport sonar --info
+ run: gradle clean build test jacocoAggregatedReport sonar --info
38
- name: Login to Docker Hub
39
run: docker login -u a002k -p ${{ secrets.DOCKER_PASSWORD }}
40
- name: Build and tag the Docker image
0 commit comments