We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d66254 commit 38e166dCopy full SHA for 38e166d
1 file changed
.github/workflows/check.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Grant execute permission for gradlew
33
run: chmod +x gradlew
34
- name: Check with gradle
35
- run: ./gradlew runUnitTests :lce:assemble :welcome:assemble
+ run: ./gradlew runUnitTests :lce:assembleDebug :welcome:assembleDebug
36
- name: Upload testDebugUnitTest results
37
uses: actions/upload-artifact@v2
38
if: failure()
0 commit comments