Skip to content

Commit cbc6c14

Browse files
aThorp96tekton-robot
authored andcommitted
chore: fix unit test action name
1 parent c66d790 commit cbc6c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
7878
with:
7979
go-version-file: "go.mod"
80-
- name: build
80+
- name: unit-test
8181
run: |
8282
make test-unit-verbose-and-race
8383
generated:

0 commit comments

Comments
 (0)