Skip to content

adds path to on action #3

adds path to on action

adds path to on action #3

Workflow file for this run

name: tests-auth
on: pull_request:

Check failure on line 3 in .github/workflows/tests-auth.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests-auth.yml

Invalid workflow file

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