Skip to content

Commit

Permalink
Stopped verify-artifacts tests, brought color back to logs 🌈
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemmiz committed Nov 13, 2018
1 parent 9044414 commit 253e963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/ci.android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ mv node_modules/react-native/ReactAndroid/release.gradle node_modules/react-nati
cp extras/release.gradle node_modules/react-native/ReactAndroid/

run_f "npm run build:android"
run_f "npm run e2e:android -- --headless --no-color"
run_f "npm run verify-artifacts:android"
run_f "npm run e2e:android -- --headless"
# run_f "npm run verify-artifacts:android"
popd
4 changes: 2 additions & 2 deletions scripts/ci.ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run_f "$(dirname "$0")/unit.ios.sh"

pushd detox/test
run_f "npm run build:ios"
run_f "npm run e2e:ios -- --no-color"
run_f "npm run verify-artifacts:ios"
run_f "npm run e2e:ios"
# run_f "npm run verify-artifacts:ios"
popd

0 comments on commit 253e963

Please sign in to comment.