Skip to content

updates common module #1

updates common module

updates common module #1

Workflow file for this run

name: tests
on:
pull_request
jobs:
build:
runs-on: unbuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd auth && npm install && npm run test:ci