-
Notifications
You must be signed in to change notification settings - Fork 36
chore: nightly job #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@thymikee @szymonrybczak pls take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 👍
782bafb to
a3b8b93
Compare
| - name: Typecheck and lint | ||
| run: pnpm lint typecheck | ||
|
|
||
| - name: Run tests | ||
| run: pnpm test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's no need to run typecheck or unit tests, for nightlies we're only interested in build, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added this for extra safety. Normally we only run lint/typecheck/test only of affected packages (as nx decides), Here we are running it on all of them.
Summary
Nightly job for RNEF that runs full validation (not only affected packages), as well as deployes the template and builds Android.
Test plan