Skip to content

updates common module #1

updates common module

updates common module #1

Workflow file for this run

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