Skip to content

Bump glob-parent from 5.1.1 to 5.1.2 in /auth #41

Bump glob-parent from 5.1.1 to 5.1.2 in /auth

Bump glob-parent from 5.1.1 to 5.1.2 in /auth #41

Workflow file for this run

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