Skip to content

Commit

Permalink
roll back temporary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Aug 16, 2024
1 parent f178e30 commit 169ea17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 169ea17

Please sign in to comment.