Skip to content

Hotfix: 327 building a type documentation has failed #344

Hotfix: 327 building a type documentation has failed

Hotfix: 327 building a type documentation has failed #344

Workflow file for this run

name: Test on Pull Request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-backend:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Run Tests
run: docker compose up app --exit-code-from app
working-directory: ./backend/main
test-cdk:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Dependencies
run: npm ci
working-directory: ./cdk
- name: Run Tests
run: npm test
working-directory: ./cdk
check-type-document:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Build Documents
run: docker compose up --abort-on-container-exit