-
Notifications
You must be signed in to change notification settings - Fork 7
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
Run latest versions of test suites #53
Conversation
Tests are failing due to #54 - will add a SKIP_CONC env var to solid-crud-tests. |
Hm, that's odd, in github actions it's getting the cookie correctly but then still can't seem to use it successfully when running the solid-crud-tests. Re-running to see if this problem is intermittent, or related to some difference between my test server and the github actions execution environment. |
pdsinterop/php-solid-auth#18 has been merged and released as pdsinterop/solid-auth:v0.6.2 |
691d4d4
to
497de71
Compare
I've rebased this MR on the recent changes on |
Yeah, there definitely something going on with GitHub Action... Getting intermittent timeouts now as well... We might have to reconsider how the tests are currently run and/or split the actions across multiple jobs. |
Merging this in order to keep things moving. Subsequent fixes to get the build passing can be added in later MRs. (I want to get the |
Depends on pdsinterop/php-solid-auth#18