Created
July 5, 2020 07:28
-
-
Save suhas86/301424a39f26eadf2221a3aef4ff5e6d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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