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 e17b3b9 commit 89d7d2cCopy full SHA for 89d7d2c
.github/workflows/build_and_test.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
arguments: check build -PdetektAutoCorrect=false --scan
26
gradle-version: wrapper
27
+ dependency-graph: generate-and-submit
28
- name: Upload test reports
29
if: ${{ failure() }} # runs only if previous step has failed, the entire workflow will still be marked as failed
30
uses: actions/upload-artifact@v3
0 commit comments