Sfoglia il codice sorgente

Merge pull request #8046 from nextcloud/GrabEspressoResults

Grab Espresso results and apk
Andy Scherzinger 4 anni fa
parent
commit
dab5ce0f7c
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. 14 0
      .github/workflows/screenShotTest.yml

+ 14 - 0
.github/workflows/screenShotTest.yml

@@ -43,3 +43,17 @@ jobs:
                     GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
                 run:
                     scripts/uploadReport.sh "$LOG_USERNAME" "$LOG_PASSWORD" ${{github.event.number}} "${{ matrix.color }}-${{ matrix.scheme }}" "Screenshot" ${{github.event.number}} "$GIT_USERNAME" "$GIT_TOKEN"
+            -   name: Archive Espresso results
+                uses: actions/upload-artifact@v2
+                if: ${{ always() }}
+                with:
+                    name: Report-${{ matrix.color }}-${{ matrix.scheme }}
+                    path: build/reports
+                    retention-days: 5
+            -   name: Archive apk
+                uses: actions/upload-artifact@v2
+                if: ${{ always() }}
+                with:
+                    name: Nextcloud-APK
+                    path: build/outputs/apk/**/**/gplay*.apk
+                    retention-days: 5