Skip to content

ci(CR): update staging envs #8

ci(CR): update staging envs

ci(CR): update staging envs #8

Workflow file for this run

name: Unit tests
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test