Skip to content

adds mailing deployment #5

adds mailing deployment

adds mailing deployment #5

name: tests-tickets
on: pull_request:

Check failure on line 3 in .github/workflows/tests-tickets.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests-tickets.yaml

Invalid workflow file

You have an error in your yaml syntax on line 3
paths:
- 'tickets/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd tickets && npm install && npm run test:ci