Skip to content

Commit

Permalink
chore: remove duplicate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Mar 16, 2024
1 parent b926d08 commit 5dfb1b1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/dynamic-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive --production=false

- name: Run Jest tests
run: yarn test:coverage

- name: Coverage Report
uses: ArtiomTr/jest-coverage-report-action@v2

0 comments on commit 5dfb1b1

Please sign in to comment.