Skip to content

chore(deps): bump the npm_and_yarn group with 3 updates #263

chore(deps): bump the npm_and_yarn group with 3 updates

chore(deps): bump the npm_and_yarn group with 3 updates #263

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@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn test:ci