From 169ea17627ed2fdd041b199b845cba6fedbc1a84 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Fri, 16 Aug 2024 15:40:09 +0200 Subject: [PATCH] roll back temporary changes --- .github/workflows/test.yml | 4 ++-- tests/android.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05a7a1a..c9f4c57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,8 +9,8 @@ jobs: test: strategy: matrix: - os: [android] # xxx, ios] - run: [1] # xxx [1, 2, 3, 4, 5] + os: [android, ios] + run: [1, 2, 3, 4, 5] runs-on: ubuntu-latest name: ${{ matrix.os }} ${{ matrix.run }}/5 steps: diff --git a/tests/android.yml b/tests/android.yml index d74964d..e978ffd 100644 --- a/tests/android.yml +++ b/tests/android.yml @@ -6,7 +6,7 @@ apps: activity: MainActivity path: 'https://github.com/saucelabs/my-demo-app-rn/releases/download/v1.3.0/Android-MyDemoAppRN.1.3.0.build-244.apk' startupTimeTest: - runs: 100 + runs: 15 diffMin: 0 diffMax: 2000 stdDevMax: 100