Skip to content

Instantly share code, notes, and snippets.

@suhas86
Created July 5, 2020 07:28
Show Gist options
  • Save suhas86/301424a39f26eadf2221a3aef4ff5e6d to your computer and use it in GitHub Desktop.
Save suhas86/301424a39f26eadf2221a3aef4ff5e6d to your computer and use it in GitHub Desktop.
name: tests-auth
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment