We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6394730 commit ea80d9eCopy full SHA for ea80d9e
1 file changed
.github/workflows/test_and_build.yml
@@ -29,8 +29,13 @@ jobs:
29
version: ${{ matrix.docker-version }}
30
set-host: 'true'
31
- run: docker swarm init
32
- - name: Build with Gradle
+ - name: Test with Gradle
33
run: ./gradlew assemble check
34
+ - name: Generate and submit dependency graph
35
+ uses: gradle/actions/dependency-submission@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
36
+ if: github.ref == 'refs/heads/master'
37
+ env:
38
+ DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath
39
previewGithubRelease:
40
needs: test
41
runs-on: ubuntu-latest
0 commit comments