Skip to content

2.5.8 MOA-219 add note to order #217

2.5.8 MOA-219 add note to order

2.5.8 MOA-219 add note to order #217

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@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