Skip to content

added healthcheck endpoint to web client #13

added healthcheck endpoint to web client

added healthcheck endpoint to web client #13

Workflow file for this run

name: tests-orders
on:
pull_request:
paths:
- 'ticketing/orders/**'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '21.7.x'
- run: npm install
working-directory: ./ticketing/orders
- run: npm run test:ci
working-directory: ./ticketing/orders