Skip to content

Commit

Permalink
chore: fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyjose committed Oct 11, 2024
1 parent 9e1aed9 commit b095237
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/app.test.e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,23 @@ jobs:
- name: Pod install for iOS
run: npx pod-install

- name: Start expo metro server
run: npx expo start &

#3- name: Take screenshots (iOS)
#3 uses: futureware-tech/simulator-action@v2
#3 with:
#3 model: 'iPhone 14 Pro'

#3- name: Maestro iOS Test
#3 run: maestro test maestro/take-screenshots-ios.yaml

- name: Start Android Emulator
- name: Take screenshots (Android)
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
ram-size: 2048M
target: default
script: maestro test maestro/take-screenshots-.yaml

- name: Take screenshots (Android)
run: maestro test maestro/take-screenshots.yaml
- name: Take screenshots (iOS)
uses: futureware-tech/simulator-action@v2
with:
model: 'iPhone 14 Pro'
- uses: dniHze/maestro-test-action@v1
with:
flow: .maestro
report: report.xml

- name: Archive screenshots
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b095237

Please sign in to comment.