Skip to content
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

[Bug]: CI Pipeline reports wrong test outputs #1288

Closed
sebastianbuechler opened this issue Jun 14, 2023 · 0 comments · Fixed by #1287
Closed

[Bug]: CI Pipeline reports wrong test outputs #1288

sebastianbuechler opened this issue Jun 14, 2023 · 0 comments · Fixed by #1287
Labels
bug An issue with the library

Comments

@sebastianbuechler
Copy link
Contributor

Testcontainers version

latest

Using the latest Testcontainers version?

Yes

Host OS

Linux

Host arch

x86

Go version

1.19

Docker version

GitHub Actions

Docker info

GitHub Actions

What happened?

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

Relevant log output

No response

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue with the library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant