Skip to content

Commit

Permalink
Make firebase emulator log artifacts available on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Sep 22, 2023
1 parent 1361e0d commit c7fc38a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,10 @@ jobs:
with:
name: "Android Test Report HTML"
path: "**/build/reports/androidTests/"
- name: Upload Firebase Debug Log
uses: actions/upload-artifact@v3
if: failure()
with:
name: "Firebase Debug Log"
path: "./test/*.log"

0 comments on commit c7fc38a

Please sign in to comment.