Skip to content

Bump path-to-regexp and express in /orders #71

Bump path-to-regexp and express in /orders

Bump path-to-regexp and express in /orders #71

Workflow file for this run

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