Skip to content

Commit 81f9b39

Browse files
committed
Remove iOS M4 Runner Type Test from feature tests workflow
1 parent 700762d commit 81f9b39

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/feature-tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,6 @@ jobs:
7777
use-beta: ${{ github.event.inputs.use-beta }}
7878
name: Run iOS Locale Test
7979

80-
- name: Run iOS M4 Runner Type Test
81-
uses: devicecloud-dev/device-cloud-for-maestro@v2
82-
with:
83-
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
84-
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
85-
app-binary-id: ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198' || '81155b2c-e18d-4527-871a-6788068d836b' }}
86-
workspace: ./flows/ios-flow.yaml
87-
runner-type: m4
88-
use-beta: ${{ github.event.inputs.use-beta }}
89-
name: Run iOS M4 Runner Type Test
90-
9180
- name: Run Android Orientation Test
9281
uses: devicecloud-dev/device-cloud-for-maestro@v2
9382
with:

0 commit comments

Comments
 (0)