Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matzuk committed Sep 5, 2024
1 parent d47ca7a commit b0ee71e
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/manual_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,36 @@ jobs:
platform: android
name: "android_3_0"
output: "output"
outputGlob: "tests/**"
version: "1.0.16"
version: "1.0.30"
pullFiles: EXTERNAL_STORAGE:Documents/allure-results,APP_DATA:files/allure-results

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: output
path: output

build_ios:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run tests parallel
uses: ./
with:
apiKey: ${{ secrets.MARATHON_CLOUD_API_TOKEN }}
application: "example/sample.zip"
testApplication: "example/sampleUITests-Runner.zip"
platform: ios
name: "ios_3_0"
output: "output2"
outputGlob: "tests/**"
version: "1.0.16"

- name: Upload artifact parallel
uses: actions/upload-artifact@v2
with:
name: output2
path: output2
# build_ios:
# runs-on: ubuntu-latest

# steps:
# - name: Checkout repository
# uses: actions/checkout@v2

# - name: Run tests parallel
# uses: ./
# with:
# apiKey: ${{ secrets.MARATHON_CLOUD_API_TOKEN }}
# application: "example/sample.zip"
# testApplication: "example/sampleUITests-Runner.zip"
# platform: ios
# name: "ios_3_0"
# output: "output2"
# outputGlob: "tests/**"
# version: "1.0.16"

# - name: Upload artifact parallel
# uses: actions/upload-artifact@v2
# with:
# name: output2
# path: output2

0 comments on commit b0ee71e

Please sign in to comment.