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:
23
23
24
24
jobs :
25
25
auto-review-tests :
26
+ name : AutoReview
26
27
uses : ./.github/workflows/reusable-serviceless-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
27
28
with :
28
29
job-name : Automatic Code Review [PHP 8.1]
Original file line number Diff line number Diff line change 50
50
echo "version=8.1" >> $GITHUB_OUTPUT
51
51
52
52
sanity-tests :
53
+ name : Others
53
54
needs : coverage-php-version
54
55
55
56
strategy :
77
78
extra-composer-options : ${{ matrix.composer-option }}
78
79
79
80
database-live-tests :
81
+ name : DatabaseLive
80
82
needs :
81
83
- coverage-php-version
82
84
- sanity-tests
@@ -120,6 +122,7 @@ jobs:
120
122
extra-composer-options : ${{ matrix.composer-option }}
121
123
122
124
separate-process-tests :
125
+ name : SeparateProcess
123
126
needs :
124
127
- coverage-php-version
125
128
- sanity-tests
@@ -149,6 +152,7 @@ jobs:
149
152
extra-composer-options : ${{ matrix.composer-option }}
150
153
151
154
cache-live-tests :
155
+ name : CacheLive
152
156
needs :
153
157
- coverage-php-version
154
158
- sanity-tests
You can’t perform that action at this time.
0 commit comments