Skip to content

adds order client service #4

adds order client service

adds order client service #4

name: tests-payments
on: pull_request:

Check failure on line 3 in .github/workflows/tests-payments.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests-payments.yaml

Invalid workflow file

You have an error in your yaml syntax on line 3
paths:
- 'payments/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd payments && npm install && npm run test:ci