Skip to content

Commit

Permalink
archive all test logs from ui test runs via fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Oct 6, 2022
1 parent cec48ed commit 28d73e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ jobs:
- name: Run Fastlane
run: for i in {1..2}; do fastlane ui_tests_${{matrix.target}} && break ; done
shell: sh
- name: Archive Test Logs
uses: actions/upload-artifact@v3
with:
path: ~/Library/Logs/scan/**

# SwiftUI only supports iOS 14+ so we run it in a separate matrix here
ui-tests-swift-ui:
Expand Down

0 comments on commit 28d73e3

Please sign in to comment.