Skip to content

Commit 253e963

Browse files
committed
Stopped verify-artifacts tests, brought color back to logs 🌈
1 parent 9044414 commit 253e963

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/ci.android.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ mv node_modules/react-native/ReactAndroid/release.gradle node_modules/react-nati
1212
cp extras/release.gradle node_modules/react-native/ReactAndroid/
1313

1414
run_f "npm run build:android"
15-
run_f "npm run e2e:android -- --headless --no-color"
16-
run_f "npm run verify-artifacts:android"
15+
run_f "npm run e2e:android -- --headless"
16+
# run_f "npm run verify-artifacts:android"
1717
popd

scripts/ci.ios.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run_f "$(dirname "$0")/unit.ios.sh"
66

77
pushd detox/test
88
run_f "npm run build:ios"
9-
run_f "npm run e2e:ios -- --no-color"
10-
run_f "npm run verify-artifacts:ios"
9+
run_f "npm run e2e:ios"
10+
# run_f "npm run verify-artifacts:ios"
1111
popd
1212

0 commit comments

Comments
 (0)