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 5a55e0e commit 0dede42Copy full SHA for 0dede42
.github/workflows/android.yml
@@ -20,5 +20,11 @@ jobs:
20
uses: actions/setup-java@v1
21
with:
22
java-version: 1.8
23
- - name: Build with Gradle
24
- run: ./gradlew testDebug
+ - name: Run tests with Gradle
+ run: ./gradlew testDebug --no-daemon
25
+ - name: Archive test results
26
+ uses: actions/upload-artifact@v1
27
+ if: always()
28
+ with:
29
+ name: test-results
30
+ path: "yoti-sdk/build/reports/tests/"
0 commit comments