Skip to content

Add mail service

Add mail service #10

Workflow file for this run

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