Skip to content

ci/gotestsum: print test names #529

ci/gotestsum: print test names

ci/gotestsum: print test names #529

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Check out repository
- uses: jdx/mise-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Go cache
uses: ./.github/actions/go-cache
- run: mise run generate
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
with:
fail-fast: true