refactor: merge CI configs

This commit is contained in:
cutestnekoaqua 2023-01-11 19:42:04 +01:00
parent b1e48f70d0
commit 625be42329
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0
4 changed files with 3 additions and 31 deletions

View file

@ -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/* ]

View file

@ -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/* ]

View file

@ -1,7 +0,0 @@
pipeline:
build:
image: node:latest
commands:
- corepack enable
- yarn set version berry
- yarn install --immutable