Skip to content

Commit

Permalink
Try to collect logs for tests results
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Nov 29, 2024
1 parent 7915f9a commit a21d689
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:

strategy:
matrix:
language: [ar-SA, de-DE, en-US, es-ES, fr-FR, he, id, it, ja, ko, nl-NL, pt-BR, ru, sv, tr, zh-Hans, zh-Hant]
mode: [dark, light]
language: [ar-SA]
mode: [light]
steps:
- uses: actions/checkout@v1
- name: "Set up Ruby"
Expand Down Expand Up @@ -78,6 +78,13 @@ jobs:
name: "screenshot-log-${{ matrix.language }}-${{ matrix.mode }}"
path: fastlane/logs

- name: Store test results
if: always()
uses: actions/upload-artifact@v4
with:
name: "test-results-${{ matrix.language }}-${{ matrix.mode }}"
path: fastlane/screenshots/test_output

- name: Archive Generated Screenshots
run: |
cd fastlane && mkdir $GITHUB_RUN_ID && mv screenshots $GITHUB_RUN_ID
Expand Down

0 comments on commit a21d689

Please sign in to comment.