Skip to content

added git actions

added git actions #2

name: tests-tickets
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd ticketing/tickets && npm install && npm run test:ci