-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Test failure #11
Comments
Yeah we definitely seem to be missing CI here! Would you be up for a PR to add it using GH actions? |
@0xTim I had a bit of a go here.... What am I doing wrong? |
Brett-Best@de1db21 I’m not sure if the replacement is as good as the previous, might be a better method to call? |
@Brett-Best yeah that looks like a leftover from having no CI so as is the code doesn't compile on Linux. And your fix is the right one |
CI file looks good so feel free to submit that in a PR! |
Created #12, it fails currently cause of the test mentioned. |
@marius-se could you take a look when you get a chance? |
Still fails:
|
I’m seeing
TokenRefreshTests.testErrorWhenRequestingScopeWithNoScopesOriginallyRequestedOnRefreshToken()
fail when I run locally, I wasn’t able to exactly figure out why it was happening though.It looks like at one point travis was used for CI here.
The text was updated successfully, but these errors were encountered: