mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
ci: split test and check jobs (#5062)
just to make the status a bit better... Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
35f75cefab
commit
9e169e47a5
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -64,5 +64,11 @@ jobs:
|
||||
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
|
||||
with:
|
||||
file: ./coverage.txt
|
||||
- run: ./goreleaser check
|
||||
- run: git diff
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: go run . check
|
||||
|
Loading…
x
Reference in New Issue
Block a user