Skip to content

Add mail service

Add mail service #11

Workflow file for this run

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