We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbc492 commit ddceb89Copy full SHA for ddceb89
.github/workflows/tests_e2e_android.yml
@@ -95,7 +95,7 @@ jobs:
95
timeout_minutes: 15
96
retry_wait_seconds: 60
97
max_attempts: 3
98
- command: cd tests/android && ./gradlew assembleDebug assembleAndroidTest lintDebug -DtestBuildType=debug -Dorg.gradle.daemon=false
+ command: yarn tests:android:build
99
100
- name: Metro Bundler Cache
101
uses: actions/cache@v2
.github/workflows/tests_e2e_ios.yml
@@ -127,9 +127,8 @@ jobs:
127
ccache -s
128
export SKIP_BUNDLING=1
129
export RCT_NO_LAUNCH_PACKAGER=1
130
- cd tests
131
set -o pipefail
132
- ./node_modules/.bin/detox build --configuration ios.sim.debug
+ yarn tests:ios:build
133
134
shell: bash
135
0 commit comments