File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ permissions:
2323
2424jobs :
2525 auto-review-tests :
26+ name : AutoReview
2627 uses : ./.github/workflows/reusable-serviceless-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
2728 with :
2829 job-name : Automatic Code Review [PHP 8.1]
Original file line number Diff line number Diff line change 5050 echo "version=8.1" >> $GITHUB_OUTPUT
5151
5252 sanity-tests :
53+ name : Others
5354 needs : coverage-php-version
5455
5556 strategy :
7778 extra-composer-options : ${{ matrix.composer-option }}
7879
7980 database-live-tests :
81+ name : DatabaseLive
8082 needs :
8183 - coverage-php-version
8284 - sanity-tests
@@ -120,6 +122,7 @@ jobs:
120122 extra-composer-options : ${{ matrix.composer-option }}
121123
122124 separate-process-tests :
125+ name : SeparateProcess
123126 needs :
124127 - coverage-php-version
125128 - sanity-tests
@@ -149,6 +152,7 @@ jobs:
149152 extra-composer-options : ${{ matrix.composer-option }}
150153
151154 cache-live-tests :
155+ name : CacheLive
152156 needs :
153157 - coverage-php-version
154158 - sanity-tests
You can’t perform that action at this time.
0 commit comments