File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Automatic Code Review
1
+ name : AutoReview
2
2
3
3
on :
4
4
pull_request :
@@ -23,9 +23,10 @@ permissions:
23
23
24
24
jobs :
25
25
auto-review-tests :
26
+ name : Automatic Code Review
26
27
uses : ./.github/workflows/reusable-serviceless-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
27
28
with :
28
- job-name : Automatic Code Review [ PHP 8.1]
29
+ job-name : PHP 8.1
29
30
php-version : ' 8.1'
30
31
job-id : auto-review-tests
31
32
group-name : AutoReview
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
@@ -107,7 +109,7 @@ jobs:
107
109
108
110
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
109
111
with :
110
- job-name : Database Live Tests
112
+ job-name :
111
113
php-version : ${{ matrix.php-version }}
112
114
job-id : database-live-tests
113
115
db-platform : ${{ matrix.db-platform }}
@@ -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
@@ -138,7 +141,7 @@ jobs:
138
141
139
142
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
140
143
with :
141
- job-name : Separate Process Tests
144
+ job-name :
142
145
php-version : ${{ matrix.php-version }}
143
146
job-id : separate-process-tests
144
147
group-name : SeparateProcess
@@ -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