Skip to content

Commit d33822e

Browse files
authored
Merge pull request #254 from ruby-go-gem/fearure/rename-job
nits: Rename job name
2 parents a53b28e + ec258ad commit d33822e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: echo "matrix=$(cat matrix.json | jq -c)" >> $GITHUB_OUTPUT
3737
working-directory: .github/workflows/
3838

39-
test:
40-
name: "test (Go ${{ matrix.go }}, Ruby ${{ matrix.ruby }})"
39+
build-and-test:
40+
name: "build-and-test (Go ${{ matrix.go }}, Ruby ${{ matrix.ruby }})"
4141

4242
needs:
4343
- generate-matrix
@@ -234,7 +234,7 @@ jobs:
234234

235235
notify:
236236
needs:
237-
- test
237+
- build-and-test
238238
- go-lint
239239
- ruby-lint
240240
- ruby-rbs

0 commit comments

Comments
 (0)