We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0646137 commit dd6fe6dCopy full SHA for dd6fe6d
1 file changed
.github/workflows/ci.yaml
@@ -138,23 +138,6 @@ jobs:
138
name: output_ios
139
path: output
140
141
- check_simple_android:
142
- runs-on: ubuntu-latest
143
-
144
- steps:
145
- - name: Checkout repository
146
- uses: actions/checkout@v2
147
148
- - name: Run tests
149
- uses: ./
150
- with:
151
- apiKey: ${{ secrets.MARATHON_CLOUD_API_TOKEN }}
152
- application: "example/app.apk"
153
- testApplication: "example/appTest.apk"
154
- platform: android
155
- name: "android_3_0"
156
- version: "1.0.38"
157
158
check_simple_maestro_android:
159
runs-on: ubuntu-latest
160
steps:
0 commit comments