Skip to content

fix structure hindering openapi.json rendering #508

fix structure hindering openapi.json rendering

fix structure hindering openapi.json rendering #508

name: nodejs CI
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.17.0]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: "run nodejs frontend tests"
run: |
set -e
cd "$GITHUB_WORKSPACE"/frontend
npm ci
npm run test-docker
npm run lint