Skip to content

Commit

Permalink
Upload test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Feb 14, 2025
1 parent 203cc3c commit ea6ae73
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
yarn run-example-android
yarn test:e2e:android
- name: Upload test artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: maestro-artifacts
path: /Users/runner/.maestro/tests/**

test-ios:
name: e2e-ios-test
runs-on: macos-13
Expand Down Expand Up @@ -125,3 +132,10 @@ jobs:
- name: Run tests
run: |
yarn test:e2e:ios
- name: Upload test artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: maestro-artifacts
path: /Users/runner/.maestro/tests/**

0 comments on commit ea6ae73

Please sign in to comment.