We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124e955 commit 995b80dCopy full SHA for 995b80d
1 file changed
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: ubuntu
+name: test
2
3
on: [push, pull_request]
4
@@ -9,9 +9,9 @@ jobs:
9
engine: cruby
10
min_version: 2.6
11
12
- build:
+ test:
13
needs: ruby-versions
14
- name: build (${{ matrix.ruby }} / ${{ matrix.os }})
+ name: test (${{ matrix.ruby }} / ${{ matrix.os }})
15
strategy:
16
matrix:
17
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
0 commit comments