react-native-macos/.circleci
Riccardo Cipolleschi b80122c48f Make the e2e Tests actually not blocking (#39175)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/39175

Just `tee`-ing the e2e tests command into a log is not enough to make the command non-failing.
I'm wrapping it into a single command and `or`-int to true to ensure that it never fails.

## Changelog:
[Internal] - Make e2e tests not failing in CI

Reviewed By: rshest

Differential Revision: D48720827

fbshipit-source-id: cb1ed9a15c7761371ae48e7edca90f032688daa1
2023-08-29 01:59:47 -07:00
..
configurations Make the e2e Tests actually not blocking (#39175) 2023-08-29 01:59:47 -07:00
README.md Move danger to bots directory 2018-01-31 16:42:41 -08:00
config.yml Split Config.yml to run jobs selectively (#39042) 2023-08-18 07:22:22 -07:00
verdaccio.yml chore: rename normalize-color to normalize-colors (umbrella 480) (#34571) 2022-12-01 08:46:57 -08:00

README.md

Circle CI

This directory is home to the Circle CI configuration file. Circle is our continuous integration service provider. You can see the overall status of React Native's builds at https://circleci.com/gh/facebook/react-native

You may also see an individual PR's build status by scrolling down to the Checks section in the PR.