Skip to content

Update dependency @types/jest-when to v3.5.5 #1140

Update dependency @types/jest-when to v3.5.5

Update dependency @types/jest-when to v3.5.5 #1140

Workflow file for this run

name: Push
on:
# Only build on main branch when pushed (when PR is merged)
push:
branches:
- main
# Only build in PR on creation/update
pull_request:
jobs:
unit-test-backend:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: app
- name: Run tests
run: yarn test
working-directory: app