Skip to content

Add test workflow for payments service #1

Add test workflow for payments service

Add test workflow for payments service #1

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