mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Renamed CI test workflows
- these names are a little more descriptive and look better in GitHub
This commit is contained in:
parent
d4759d30a7
commit
7a5b262a84
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
database__connection__user: root
|
||||
database__connection__password: root
|
||||
database__connection__database: ghost_testing
|
||||
name: Migrations - ${{ matrix.env.DB }}
|
||||
name: Migrations (${{ matrix.env.DB }})
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
@ -140,7 +140,7 @@ jobs:
|
|||
DB: ${{ matrix.env.DB }}
|
||||
NODE_ENV: ${{ matrix.env.NODE_ENV }}
|
||||
database__connection__password: root
|
||||
name: Node ${{ matrix.node }} - ${{ matrix.env.DB }}
|
||||
name: Database Tests (Node ${{ matrix.node }}, ${{ matrix.env.DB }})
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
|
|
Loading…
Reference in a new issue