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
Not a huge issue, but the text is centered and makes it a bit harder to read.
The text was updated successfully, but these errors were encountered:
👋 @seanhagen what browser/os are you using? also is your repo public?
on macos/arc (chromium) it's rendering correctly: https://github.com/robherley/go-test-example/actions/runs/8862141964
if I can repro, i'll try to move some tags around to fix it 👍
Sorry, something went wrong.
Also seeing this, on Windows 11/Firefox. (Private repo, but a very basic, single test case)
Workflow snippet (nothing major here other than use of omit: untested):
omit: untested
tests: name: Run test cases runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Go uses: actions/setup-go@v5 with: go-version: '1.22' - name: Run tests with: omit: untested
I think its just down to firefox vs chrome bug. Using chrome things align just fine for me, but firefox centers it.
No branches or pull requests
Not a huge issue, but the text is centered and makes it a bit harder to read.
The text was updated successfully, but these errors were encountered: