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

Tests & output incorrectly centered #18

Open
seanhagen opened this issue Apr 18, 2024 · 3 comments
Open

Tests & output incorrectly centered #18

seanhagen opened this issue Apr 18, 2024 · 3 comments

Comments

@seanhagen
Copy link

image

Not a huge issue, but the text is centered and makes it a bit harder to read.

@robherley
Copy link
Owner

👋 @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

Image

if I can repro, i'll try to move some tags around to fix it 👍

@kemitche
Copy link

kemitche commented May 3, 2024

Also seeing this, on Windows 11/Firefox. (Private repo, but a very basic, single test case)

image

Workflow snippet (nothing major here other than use of 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

@deefdragon
Copy link

I think its just down to firefox vs chrome bug. Using chrome things align just fine for me, but firefox centers it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants