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 c7d582e commit 6ba2d78Copy full SHA for 6ba2d78
.github/workflows/ci_tests.yml
@@ -72,6 +72,7 @@ jobs:
72
run: |
73
./gradlew ${{matrix.module}}:check withErrorProne
74
- name: Compute upload file name
75
+ if: always()
76
77
MODULE=${{matrix.module}}
78
echo "ARTIFACT_NAME=${MODULE//:/_}" >> $GITHUB_ENV
0 commit comments