We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest
Yes
Linux
x86
1.19
GitHub Actions
I think the pipeline is using the wrong path for the TestSummary action:
- name: Test Summary uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7 with: paths: "**/TEST-postgres*.xml" if: always()
Where in the gotestsum this is logged out: --junitfile TEST-unit.xml So the TestSummary says it has not found any tests.
I've opened a PR here #1287 but it needs approval from a maintainer in order to verify the fix for the affected pipeline. In my fork repo it already seemed to help: https://github.com/sebastianbuechler/testcontainers-go/actions/runs/5271795712
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Testcontainers version
latest
Using the latest Testcontainers version?
Yes
Host OS
Linux
Host arch
x86
Go version
1.19
Docker version
Docker info
What happened?
I think the pipeline is using the wrong path for the TestSummary action:
Where in the gotestsum this is logged out: --junitfile TEST-unit.xml So the TestSummary says it has not found any tests.
I've opened a PR here #1287 but it needs approval from a maintainer in order to verify the fix for the affected pipeline. In my fork repo it already seemed to help: https://github.com/sebastianbuechler/testcontainers-go/actions/runs/5271795712
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: