Skip to content

Commit ddceb89

Browse files
committed
test(e2e): use yarn run scripts versus custom build commands
1 parent fcbc492 commit ddceb89

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests_e2e_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
timeout_minutes: 15
9696
retry_wait_seconds: 60
9797
max_attempts: 3
98-
command: cd tests/android && ./gradlew assembleDebug assembleAndroidTest lintDebug -DtestBuildType=debug -Dorg.gradle.daemon=false
98+
command: yarn tests:android:build
9999

100100
- name: Metro Bundler Cache
101101
uses: actions/cache@v2

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ jobs:
127127
ccache -s
128128
export SKIP_BUNDLING=1
129129
export RCT_NO_LAUNCH_PACKAGER=1
130-
cd tests
131130
set -o pipefail
132-
./node_modules/.bin/detox build --configuration ios.sim.debug
131+
yarn tests:ios:build
133132
ccache -s
134133
shell: bash
135134

0 commit comments

Comments
 (0)