-
Notifications
You must be signed in to change notification settings - Fork 358
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 #8098
Switch to GitHub Actions #8098
Conversation
4c6c538
to
0f92a9e
Compare
0f92a9e
to
08cb302
Compare
ci: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false |
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.
TODO: Remove this before un-WIP
echo "travis_fold:start:YARN_LOCK" | ||
yarn list | ||
echo "travis_fold:end:YARN_LOCK" | ||
fi |
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'm dropping this file entirely, as we should do any diagnostic stuff like this in core's plugin setup.
bin/setup
Outdated
if %w[spec:compile spec:javascript spec:jest].include?(ENV["TEST_SUITE"]) | ||
puts "\n== Updating UI assets ==" | ||
ManageIQ::Environment.update_ui | ||
end |
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.
This part is unique for ui classic, if you compare this PR to other GitHub Actions PRs I've made.
08cb302
to
11c865b
Compare
c81d56d
to
8623200
Compare
debride went green, but it has this error: https://github.com/ManageIQ/manageiq-ui-classic/runs/5084773289?check_suite_focus=true#step:8:9. I wonder if it ever worked. |
5cf2359
to
411d002
Compare
411d002
to
d096c20
Compare
Checked commits Fryguy/manageiq-ui-classic@d096c20~...724184d with ruby 2.6.3, rubocop 1.13.0, haml-lint 0.35.0, and yamllint |
724184d
to
d096c20
Compare
Ok, I got everything to a point where I can't figure it out anymore. Everything passes except jest. I am getting a can't find module "node-fetch", so naturally I tried adding node-fetch, but then it complains about node:http and I don't understand anything. @kavyanekkalapu the plan is we will merge this and fix on master tomorrow. #8098 (review) (removing |
No description provided.