Skip to content

feat: support MongoDB #3561

feat: support MongoDB

feat: support MongoDB #3561

Workflow file for this run

name: NestJS API CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run e2e tests for NestJS with TypeORM
run: docker compose -f docker-compose.relational.ci.yaml --env-file env-example-relational -p ci-relational up --build --exit-code-from api
- name: Run e2e tests for NestJS with Mongoose
run: docker compose -f docker-compose.document.ci.yaml --env-file env-example-document -p ci-document up --build --exit-code-from api