File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Build docker images
1
+ name : CI
2
2
concurrency :
3
3
group : " ${{github.workflow}}-${{github.ref}}"
4
4
cancel-in-progress : true
19
19
jobs :
20
20
# These jobs use Buildx layer caching
21
21
docker_build :
22
- name : Build
22
+ name : build image
23
23
24
24
strategy :
25
25
fail-fast : false
@@ -114,7 +114,7 @@ jobs:
114
114
path : test/rcd_test/pkg/*-*-*.gem
115
115
116
116
job_test_native :
117
- name : Test (${{matrix.ruby}}, ${{matrix.platform}})
117
+ name : native
118
118
needs : docker_build
119
119
strategy :
120
120
fail-fast : false
@@ -175,7 +175,7 @@ jobs:
175
175
ruby -rrcd_test -S rake test
176
176
177
177
job_test_native_static :
178
- name : Test static (${{matrix.ruby}}, ${{matrix.platform}})
178
+ name : native static
179
179
needs : docker_build
180
180
strategy :
181
181
fail-fast : false
@@ -225,7 +225,7 @@ jobs:
225
225
ruby -rrcd_test -S rake test
226
226
227
227
job_test_multiarch :
228
- name : Test ${{matrix.platform}} on ${{matrix.from_image}}
228
+ name : multiarch ( ${{matrix.platform}} on ${{matrix.from_image}})
229
229
needs : docker_build
230
230
strategy :
231
231
fail-fast : false
You can’t perform that action at this time.
0 commit comments