Skip to content

doc: Added database diagram to documentation #13

doc: Added database diagram to documentation

doc: Added database diagram to documentation #13

Workflow file for this run

name: Build and publish image to Docker Packages
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run build --if-present
- run: npm run test:e2e