Skip to content

Commit 94e082f

Browse files
committed
chore: add names to github workflows
To change the GitHub PR page display.
1 parent 4b71437 commit 94e082f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test-autoreview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions:
2323

2424
jobs:
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]

.github/workflows/test-phpunit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
echo "version=8.1" >> $GITHUB_OUTPUT
5151
5252
sanity-tests:
53+
name: Others
5354
needs: coverage-php-version
5455

5556
strategy:
@@ -77,6 +78,7 @@ jobs:
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

0 commit comments

Comments
 (0)