Skip to content

tests CI/CD

tests CI/CD #1

Workflow file for this run

name: tests
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # copy code out of project to CI sandbox
- run: cd auth && npm install && npm run test:ci