Skip to content

Commit ea80d9e

Browse files
committed
Submit dependency graph to Github
1 parent 6394730 commit ea80d9e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test_and_build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@ jobs:
2929
version: ${{ matrix.docker-version }}
3030
set-host: 'true'
3131
- run: docker swarm init
32-
- name: Build with Gradle
32+
- name: Test with Gradle
3333
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
3439
previewGithubRelease:
3540
needs: test
3641
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)