Skip to content
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

Migrate windows CI to Github Actions #662

Merged
merged 5 commits into from
Apr 12, 2020

Conversation

deivid-rodriguez
Copy link
Owner

No description provided.

This spec used to load `abbrev` in the past. That was changed, but I
forgot to update the message.
@deivid-rodriguez deivid-rodriguez force-pushed the migrate_windows_ci_to_gh_actions branch 4 times, most recently from 96d3136 to 761d281 Compare April 12, 2020 11:21
They make the CI more brittle because these files might not always be
present.
This is simpler and also doesn't depend on hardcoded installation paths.
In other CI systems such as Github Actions, it's not as easy to persist
environment variables across steps, so merging all these related steps
to use the same shell makes migration easier.
I needed to workaround one test because on the Github Actions
environment, the test path is not the last feature to have been loaded.
The test is only concerned with it having been loaded, no matter in
which position, so adapt the assertion.
@deivid-rodriguez deivid-rodriguez merged commit a6af23c into master Apr 12, 2020
@deivid-rodriguez deivid-rodriguez deleted the migrate_windows_ci_to_gh_actions branch April 12, 2020 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant