-
Notifications
You must be signed in to change notification settings - Fork 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
Switch to GitHub Actions #466
Conversation
@agrare Please review - The test themselves are failing, but without switching to GHA we can't know that to fix it. This PR gets actions "working" even if it's currently red. |
pull_request: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 0 * * *' |
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.
Not sure which one we should use here, but I can change in a follow up
yarn global add typings webpack karma typescript | ||
fi | ||
|
||
yarn install |
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.
A lot of this will change with yarn 3, but I want to get GHA -> green -> yarn3 -> node16
Part of ManageIQ/manageiq#21620
CI: https://github.com/Fryguy/ui-components/actions?query=branch%3Agithub_actions