Skip to content

Updated running in production #14

Updated running in production

Updated running in production #14

Workflow file for this run

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