Skip to content

Commit 995b80d

Browse files
committed
rename workflow name and job
1 parent 124e955 commit 995b80d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ubuntu
1+
name: test
22

33
on: [push, pull_request]
44

@@ -9,9 +9,9 @@ jobs:
99
engine: cruby
1010
min_version: 2.6
1111

12-
build:
12+
test:
1313
needs: ruby-versions
14-
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
14+
name: test (${{ matrix.ruby }} / ${{ matrix.os }})
1515
strategy:
1616
matrix:
1717
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}

0 commit comments

Comments
 (0)