-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add Travis job against the new resolver #7884
Conversation
e249ef3
to
4a2f5d7
Compare
Err, it seems like Azure Pipeline does not have an equivalent to Travis’s |
4a2f5d7
to
58adbb5
Compare
All tests are passing. This is not right. |
67e4547
to
58adbb5
Compare
This will probably break allow_failures, but let's ensure things fail first.
Yay, got it failing. Now I need to figure out a way to set |
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 not 100% sure, but try this?
I can experiment with this easily on https://github.com/github-actions-playground/friends-pradyunsg, if you'd like me to pick it up from here. :)
Co-Authored-By: Pradyun Gedam <[email protected]>
2c6e94e
to
e066717
Compare
🦶 |
Bump 💪 |
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.
LGTM. Sorry about the delay here!
Switched from Travis as recommended by @pradyunsg. I am not very familiar with Azure Pipeline so let’s see if this works…Switching back to Travis because Azure is unable to do what we want (see comment below)