Skip to content

Add test workflow for tickets service #3

Add test workflow for tickets service

Add test workflow for tickets service #3

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