We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9044414 commit 253e963Copy full SHA for 253e963
scripts/ci.android.sh
@@ -12,6 +12,6 @@ mv node_modules/react-native/ReactAndroid/release.gradle node_modules/react-nati
12
cp extras/release.gradle node_modules/react-native/ReactAndroid/
13
14
run_f "npm run build:android"
15
-run_f "npm run e2e:android -- --headless --no-color"
16
-run_f "npm run verify-artifacts:android"
+run_f "npm run e2e:android -- --headless"
+# run_f "npm run verify-artifacts:android"
17
popd
scripts/ci.ios.sh
@@ -6,7 +6,7 @@ run_f "$(dirname "$0")/unit.ios.sh"
6
7
pushd detox/test
8
run_f "npm run build:ios"
9
-run_f "npm run e2e:ios -- --no-color"
10
-run_f "npm run verify-artifacts:ios"
+run_f "npm run e2e:ios"
+# run_f "npm run verify-artifacts:ios"
11
0 commit comments