File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 lint :
15+ name : Lint
1516 runs-on : ubuntu-latest
1617 steps :
1718 - uses : actions/checkout@v4
1819 - run : yamllint .
1920
2021 test-defaults :
22+ name : Defaults
2123 runs-on : ${{ matrix.os }}
2224 steps :
2325 # \todo Remove this step when https://github.com/actions/partner-runner-images/issues/25 is resolved.
3941 fail-fast : false
4042
4143 test-options :
44+ name : Options
4245 runs-on : ${{ matrix.os }}
4346 steps :
4447 # \todo Remove this step when https://github.com/actions/partner-runner-images/issues/25 is resolved.
8790 fail-fast : false
8891
8992 test-plugins :
93+ name : Plugins
9094 runs-on : ${{ matrix.os }}
9195 env :
9296 PLUGINS : >-
@@ -141,7 +145,8 @@ jobs:
141145 - ubuntu-24.04-arm
142146 fail-fast : false
143147
144- test-plugins-latest :
148+ test-architectures :
149+ name : Architectures
145150 runs-on : ${{ matrix.os }}${{ matrix.arch == 'aarch64' && '-arm' || '' }}
146151 env :
147152 # These should all be the latest official releases, however most (all?) plugins don't have official releases yet.
You can’t perform that action at this time.
0 commit comments