Skip to content

Commit

Permalink
feat: update dynamic analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Oct 22, 2024
1 parent e041027 commit 46f2e20
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dynamic-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Coverage Report
uses: ArtiomTr/jest-coverage-report-action@v2
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive --production=false

- name: Run ESLint check
run: yarn test:coverage

0 comments on commit 46f2e20

Please sign in to comment.