Skip to content

Update README.md

Update README.md #55

# name: tests-tickets
# on:
# pull_request:
# paths:
# - 'tickets/**'
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - run: cd tickets && npm install && npm run test:ci