mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removed non-recommended Node version DB tests for SQLite3
- given SQLite3 is only supported for development, we don't really care about running tests on Node versions which aren't the recommended version - this saves 2 jobs per CI run, which helps improve the health of CI in general
This commit is contained in:
parent
a701724903
commit
50d467b1e8
1 changed files with 5 additions and 2 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -180,10 +180,13 @@ jobs:
|
|||
matrix:
|
||||
node: [ '14.18.0', '16.13.0', '18.12.1' ]
|
||||
env:
|
||||
- DB: sqlite3
|
||||
NODE_ENV: testing
|
||||
- DB: mysql8
|
||||
NODE_ENV: testing-mysql
|
||||
include:
|
||||
- node: 16.13.0
|
||||
env:
|
||||
DB: sqlite3
|
||||
NODE_ENV: testing
|
||||
env:
|
||||
DB: ${{ matrix.env.DB }}
|
||||
NODE_ENV: ${{ matrix.env.NODE_ENV }}
|
||||
|
|
Loading…
Add table
Reference in a new issue