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 1e7ba09 commit 9d911d0Copy full SHA for 9d911d0
.github/workflows/deploy.yaml
@@ -30,7 +30,8 @@ jobs:
30
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
31
with:
32
dependency-graph: generate-and-submit
33
- arguments: --configuration-cache build
+ - name: Build and test
34
+ run: ./gradlew --configuration-cache build
35
36
- uses: nais/docker-build-push@v0
37
name: docker-build-push
0 commit comments