Skip to content

do not flatten organization usage reports #11

do not flatten organization usage reports

do not flatten organization usage reports #11

Workflow file for this run

name: CI
on:
- pull_request
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-20.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Set up Node 16
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run unit tests
run: yarn test