File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,28 +111,6 @@ jobs:
111111 exit 1
112112 fi
113113
114- - name : Run Android Additional App Binary IDs Test
115- uses : devicecloud-dev/device-cloud-for-maestro@v1
116- with :
117- api-key : ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
118- api-url : ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
119- app-file : ./binaries/sample.apk
120- workspace : ./flows/android-flow.yaml
121- additional-app-binary-ids : |
122- ${{ github.event.inputs.environment == 'dev' && '6a958ab7-b028-4f33-9cb2-1e1063dea9a9' || '90dda1a7-366a-4573-915a-c5818a1f1206' }}
123- name : Run Android Additional App Binary IDs Test
124-
125- - name : Run iOS Additional App Binary IDs Test
126- uses : devicecloud-dev/device-cloud-for-maestro@v1
127- with :
128- api-key : ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
129- api-url : ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
130- app-file : ./binaries/sample.zip
131- workspace : ./flows/ios-flow.yaml
132- additional-app-binary-ids : |
133- ${{ github.event.inputs.environment == 'dev' && '6953f2ed-a26e-43aa-9cd4-af5ad84c377e' || '7e155646-d554-497e-a53b-87d8f0f198e9' }}
134- name : Run iOS Additional App Binary IDs Test
135-
136114 - name : Run Android Environment Variables Test
137115 uses : devicecloud-dev/device-cloud-for-maestro@v1
138116 with :
You can’t perform that action at this time.
0 commit comments