Skip to content

Merge branch 'dev' of github.com:ARKultur/naboo into dev #550

Merge branch 'dev' of github.com:ARKultur/naboo into dev

Merge branch 'dev' of github.com:ARKultur/naboo into dev #550

Workflow file for this run

name: CI
on: push
env:
UT_CI: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18.7
- run: npm install nodemon
- name: launch backend
run: ./launch.sh
- name: check exit code
if: steps.script.outputs.exitCode != 0
run: fail "Exit code is not 0"