Skip to content

adds order client service #4

adds order client service

adds order client service #4

Workflow file for this run

name: tests-orders
on: pull_request:

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

View workflow run for this annotation

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

Invalid workflow file

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