Skip to content

Commit 889cc8d

Browse files
committed
chore(github-action): fix build-test job name
1 parent b2e4bae commit 889cc8d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will build a golang project
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
3-
41
name: Build and Test
52

63
on:
@@ -10,8 +7,7 @@ on:
107
- 'v*'
118

129
jobs:
13-
14-
build:
10+
build-test:
1511
runs-on: ubuntu-latest
1612
steps:
1713
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)