Skip to content

Add mail service

Add mail service #9

Workflow file for this run

name: Orders tests
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