Skip to content

(Fix): Improved dev container speed #128

(Fix): Improved dev container speed

(Fix): Improved dev container speed #128

Workflow file for this run

Name: 'Jest'
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
jest-tests:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn test:ci