-
Notifications
You must be signed in to change notification settings - Fork 1
[WIP] Adding solid test suite to GitHub actions #19
Conversation
Signed-off-by: MohammadReza vahedi <[email protected]>
Signed-off-by: MohammadReza vahedi <[email protected]>
Currently when you try to run
So that's a 500 error. Same happens for http://thirdparty:3000/.well-known/openid-configuration or when trying to access the openid-configuration of server from inside server. But notice also the response is different (405 error) if you address the server as 'localhost':
Maybe these should be run on https instead of http? |
Maybe the error is thrown from this line?
|
It is because the server started with some related test:
|
@mrvahedi68 I've been thinking maybe this issue becomes easier if we do it without Docker? |
Signed-off-by: MohammadReza vahedi <[email protected]>
Signed-off-by: MohammadReza vahedi <[email protected]>
Was it a conscious decision to use the |
Can you create GitHub issues for the two failing tests? |
Added solid test suite into the Github actions.