refactor: merge CI configs
This commit is contained in:
parent
b1e48f70d0
commit
625be42329
@ -1,26 +1,21 @@
|
||||
pipeline:
|
||||
migrate:
|
||||
testCommit:
|
||||
image: node:latest
|
||||
commands:
|
||||
- cp .config/ci.yml .config/default.yml
|
||||
- corepack enable
|
||||
- yarn set version berry
|
||||
- yarn install --immutable
|
||||
- yarn build
|
||||
- yarn run build
|
||||
- yarn migrate
|
||||
|
||||
services:
|
||||
database:
|
||||
image: postgres:${DATABASE}
|
||||
image: postgres:15
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=test
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
matrix:
|
||||
DATABASE:
|
||||
- 12
|
||||
- latest
|
||||
|
||||
branches:
|
||||
include: [ main, develop, feature/* ]
|
@ -1,16 +0,0 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: node:${NODE_VERSION}
|
||||
commands:
|
||||
- corepack enable
|
||||
- yarn set version berry
|
||||
- yarn install --immutable
|
||||
- yarn build
|
||||
|
||||
matrix:
|
||||
NODE_VERSION:
|
||||
- 18.12.1
|
||||
- latest
|
||||
|
||||
branches:
|
||||
include: [ main, develop, feature/* ]
|
@ -1,7 +0,0 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: node:latest
|
||||
commands:
|
||||
- corepack enable
|
||||
- yarn set version berry
|
||||
- yarn install --immutable
|
Loading…
Reference in New Issue
Block a user