Skip to content

updates common module #2

updates common module

updates common module #2

Workflow file for this run

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