Skip to content

Commit cf4248c

Browse files
committed
fix typo
1 parent 99b8fb7 commit cf4248c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android-api-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: devicecloud-dev/device-cloud-for-maestro@v1
3333
with:
3434
api-key: ${{ secrets.DCD_API_KEY }}
35-
app-file: ./binaries/samples.apk
35+
app-file: ./binaries/sample.apk
3636
workspace: ./flows/android-flow.yaml
3737
android-device: pixel-6
3838
android-api-level: ${{ matrix.api-level }}

.github/workflows/maestro-version-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: devicecloud-dev/device-cloud-for-maestro@v1
4444
with:
4545
api-key: ${{ secrets.DCD_API_KEY }}
46-
app-file: ./binaries/samples.apk
46+
app-file: ./binaries/sample.apk
4747
flows: ./flows/ios-flow.yaml
4848
maestro-version: ${{ matrix.maestro-version }}
4949
name: "Android - Maestro ${{ matrix.maestro-version }} Test Run"

0 commit comments

Comments
 (0)