-
Notifications
You must be signed in to change notification settings - Fork 104
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
Publish test reports in GHA workflow #291
Comments
@udosson This GitHub Action does look useful. However, it requires a later release of I'll also need to add in a separate workflow for test reports as specified here. |
Sounds great. Thanks @hs2361. |
Yes, I accidentally put the wrong link there. It's the one you sent. |
@brioux @Zzocker, Could you please take a look at this CI run? The error says that the open(sessionId: string, endpoint?: string): Promise<WsOpenResp>; However, the function signature given in the secure-identities directory is
This CI run on the main repo passed successfully since it took the latter function definition. However, since the package Could you please take a look and let me know what is to be done? |
Thanks for the fix, @brioux! The tests are passing now. |
The test reports of the GHA workflow should be published to debug the tests if they fail.
The following action could be helpful:
https://github.com/marketplace/actions/test-reporter
The text was updated successfully, but these errors were encountered: