Skip to content

Add test workflow for tickets service #4

Add test workflow for tickets service

Add test workflow for tickets service #4

Workflow file for this run

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