Skip to content

change columns ordering in the groups table #30

change columns ordering in the groups table

change columns ordering in the groups table #30

Workflow file for this run

name: unit tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Generate support files for testing
run: make generate-test
- name: Run all unit tests
run: make test