Skip to content

Commit

Permalink
chore: test with code change
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 15, 2024
1 parent b964f2d commit 9383905
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- run: |
git fetch --no-tags --depth=1 origin develop
git checkout -b develop
git checkout ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
run: cd frontend && yarn install
Expand All @@ -57,3 +61,11 @@ jobs:
run: cd frontend && npm run test:changedsince
env:
CI: true

- name: Run Jest
run: cd frontend && npm run jest

- name: npm run test:changedsince
run: cd frontend && npm run test:changedsince
env:
CI: true

0 comments on commit 9383905

Please sign in to comment.