Skip to content

add test:ci script in auth service #3

add test:ci script in auth service

add test:ci script in auth service #3

name: tickets-service-testing
on:
pull_request:
paths:
- "tickets/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd tickets && npm install && npm run test:ci