Skip to content

Commit 887c97d

Browse files
riglarclaude
andcommitted
use simpler flows for maestro version and gpu tests
πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bf59175 commit 887c97d

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

β€Ž.github/workflows/android-devices-matrix-gpu1.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
8282
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
8383
app-file: ./binaries/sample.apk
84-
workspace: ./flows/android-flow.yaml
84+
workspace: ./flows/android-flow-simple.yaml
8585
android-device: ${{ matrix.device }}
8686
android-api-level: ${{ matrix.api-level }}
8787
google-play: ${{ matrix.google-play || '' }}

β€Ž.github/workflows/android-maestro-version-matrix.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
5050
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
5151
app-file: ./binaries/sample.apk
52-
workspace: ./flows/android-flow.yaml
52+
workspace: ./flows/android-flow-simple.yaml
5353
maestro-version: ${{ matrix.maestro-version }}
5454
use-beta: ${{ github.event.inputs.use-beta }}
5555
name: "Android - Maestro ${{ matrix.maestro-version }} Test Run"

β€Ž.github/workflows/ios-maestro-version-matrix.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
4949
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
5050
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198' || '81155b2c-e18d-4527-871a-6788068d836b' }}
51-
workspace: ./flows/ios-flow.yaml
51+
workspace: ./flows/ios-flow-simple.yaml
5252
maestro-version: ${{ matrix.maestro-version }}
5353
use-beta: ${{ github.event.inputs.use-beta }}
5454
name: "iOS - Maestro ${{ matrix.maestro-version }} Test Run"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
appId: org.wikipedia
2+
---
3+
- launchApp
4+
- assertVisible: "The Free.*"

0 commit comments

Comments
Β (0)