Skip to content

Commit 5f9fc96

Browse files
author
awu
committed
workflow adjustments
1 parent 39b64d8 commit 5f9fc96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code_quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
code-quality:
14+
name: 'PHP Code Quality'
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: PHP-Setup
@@ -45,6 +46,7 @@ jobs:
4546

4647
unittest:
4748
needs: [ code-quality ]
49+
name: 'PHP Unit and E2E Tests'
4850
runs-on: ubuntu-latest
4951
strategy:
5052
matrix:

0 commit comments

Comments
 (0)