Skip to content

added healthcheck endpoint to web client #14

added healthcheck endpoint to web client

added healthcheck endpoint to web client #14

name: tests-payments
on:
pull_request:
paths:
- 'ticketing/payments/**'
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/payments
- run: npm run test:ci
working-directory: ./ticketing/payments
env:
STRIPE_KEY: ${{ secrets.STRIPE_KEY }}