Skip to content

Commit 2637b1f

Browse files
committed
fix(infra-tests): repoint iOS dev app-binary-id to fresh upload (old fixture purged from dev storage)
1 parent 34e25b1 commit 2637b1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
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' || '' }}
50-
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
50+
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '299a3fc8-8024-4c5e-93fd-ee2512b227ca' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
5151
workspace: ./flows/ios-flow-simple.yaml
5252
maestro-version: ${{ matrix.maestro-version }}
5353
use-beta: ${{ github.event.inputs.use-beta }}

0 commit comments

Comments
 (0)