Skip to content

Commit 05af54a

Browse files
committed
ci: rename jobs to be a bit clearer
1 parent 2f4af4a commit 05af54a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build docker images
1+
name: CI
22
concurrency:
33
group: "${{github.workflow}}-${{github.ref}}"
44
cancel-in-progress: true
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
# These jobs use Buildx layer caching
2121
docker_build:
22-
name: Build
22+
name: build image
2323

2424
strategy:
2525
fail-fast: false
@@ -114,7 +114,7 @@ jobs:
114114
path: test/rcd_test/pkg/*-*-*.gem
115115

116116
job_test_native:
117-
name: Test (${{matrix.ruby}}, ${{matrix.platform}})
117+
name: native
118118
needs: docker_build
119119
strategy:
120120
fail-fast: false
@@ -175,7 +175,7 @@ jobs:
175175
ruby -rrcd_test -S rake test
176176
177177
job_test_native_static:
178-
name: Test static (${{matrix.ruby}}, ${{matrix.platform}})
178+
name: native static
179179
needs: docker_build
180180
strategy:
181181
fail-fast: false
@@ -225,7 +225,7 @@ jobs:
225225
ruby -rrcd_test -S rake test
226226
227227
job_test_multiarch:
228-
name: Test ${{matrix.platform}} on ${{matrix.from_image}}
228+
name: multiarch (${{matrix.platform}} on ${{matrix.from_image}})
229229
needs: docker_build
230230
strategy:
231231
fail-fast: false

0 commit comments

Comments
 (0)