Skip to content

added healthcheck endpoints to all the services #6

added healthcheck endpoints to all the services

added healthcheck endpoints to all the services #6

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