Skip to content

docs/move section #1408

docs/move section

docs/move section #1408

name: Build and run
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CONFIG_PATH: tests/data/config
jobs:
build-and-run:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run mainapp:build
- run: |
npm start &
sleep 10s &&
curl http://localhost:3011