Skip to content

chore: added jest coverage setup #49

chore: added jest coverage setup

chore: added jest coverage setup #49

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@v4
with:
fetch-depth: 0
- run: |
git checkout -b develop origin/develop
git checkout -
- name: Install dependencies
run: cd frontend && yarn install
# - name: Run ESLint
# run: cd frontend && npm run lint
- name: npm run test:changedsince
run: cd frontend && npm run test:changedsince