Skip to content

Commit 4d518c9

Browse files
authored
Merge pull request #8 from devicecloud-dev/fix/dev-ios-binary-id-org175
fix(ci): repoint dev iOS binary id to System Tests org (175)
2 parents 2637b1f + 9952ede commit 4d518c9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/feature-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
7373
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
74-
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
74+
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '299a3fc8-8024-4c5e-93fd-ee2512b227ca' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
7575
workspace: ./flows/ios-flow-german.yaml
7676
device-locale: "de_DE"
7777
use-beta: ${{ github.event.inputs.use-beta }}
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
131131
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
132-
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
132+
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '299a3fc8-8024-4c5e-93fd-ee2512b227ca' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
133133
workspace: ./flows/ios-flow-env.yaml
134134
env: |
135135
BUNDLEID=org.wikimedia.wikipedia

.github/workflows/ios-devices-matrix-speed-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
3131
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
32-
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
32+
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '299a3fc8-8024-4c5e-93fd-ee2512b227ca' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
3333
workspace: ./flows/speed-tests
3434
use-beta: ${{ github.event.inputs.use-beta }}
3535
name: "iOS Speed Test"

.github/workflows/ios-devices-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
109109
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
110-
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
110+
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '299a3fc8-8024-4c5e-93fd-ee2512b227ca' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
111111
workspace: ${{ steps.set-flow-file.outputs.flow-file }}
112112
ios-device: ${{ matrix.device }}
113113
ios-version: ${{ matrix.ios-version }}

0 commit comments

Comments
 (0)