We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a53b28e + ec258ad commit d33822eCopy full SHA for d33822e
.github/workflows/build.yml
@@ -36,8 +36,8 @@ jobs:
36
run: echo "matrix=$(cat matrix.json | jq -c)" >> $GITHUB_OUTPUT
37
working-directory: .github/workflows/
38
39
- test:
40
- name: "test (Go ${{ matrix.go }}, Ruby ${{ matrix.ruby }})"
+ build-and-test:
+ name: "build-and-test (Go ${{ matrix.go }}, Ruby ${{ matrix.ruby }})"
41
42
needs:
43
- generate-matrix
@@ -234,7 +234,7 @@ jobs:
234
235
notify:
236
237
- - test
+ - build-and-test
238
- go-lint
239
- ruby-lint
240
- ruby-rbs
0 commit comments