We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b8fb7 commit cf4248cCopy full SHA for cf4248c
.github/workflows/android-api-matrix.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: devicecloud-dev/device-cloud-for-maestro@v1
33
with:
34
api-key: ${{ secrets.DCD_API_KEY }}
35
- app-file: ./binaries/samples.apk
+ app-file: ./binaries/sample.apk
36
workspace: ./flows/android-flow.yaml
37
android-device: pixel-6
38
android-api-level: ${{ matrix.api-level }}
.github/workflows/maestro-version-matrix.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
flows: ./flows/ios-flow.yaml
48
maestro-version: ${{ matrix.maestro-version }}
49
name: "Android - Maestro ${{ matrix.maestro-version }} Test Run"
0 commit comments