Skip to content

Commit

Permalink
Correct names of go CI jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecarter94 committed Dec 23, 2024
1 parent 286112f commit 5b2c07a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: golangci/[email protected]
with:
args: "--timeout=10m --build-tags='normal periodic minikube'"
go:
check_sources:
name: Check sources
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
git --no-pager diff
exit 1
fi
unit:
name: Golang Unit tests
tests:
name: Golang tests
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit 5b2c07a

Please sign in to comment.