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 ba76392 commit 79f3ceb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -22,10 +22,9 @@ jobs:
- name: Install dependencies
run: cd frontend && yarn install
env:
CI: true

- name: Run ESLint
run: cd frontend && npm run lint

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

0 comments on commit 79f3ceb

Please sign in to comment.