Skip to content

chore: added jest coverage setup #47

chore: added jest coverage setup

chore: added jest coverage setup #47

Workflow file for this run

name: Jest Coverage Check
on:
pull_request:
branches:
- develop
- main
- release/v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
git checkout -b develop origin/develop
git checkout -
- name: Install dependencies
run: cd frontend && yarn install
env:
CI: true
- name: npm run test:changedsince
run: cd frontend && npm run test:changedsince
env:
CI: true