From 5dfb1b1aefb8879d46ca33e5417acfa1608b598f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Berente?= <30603208+berenteb@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:33:41 +0100 Subject: [PATCH] chore: remove duplicate steps --- .github/workflows/dynamic-analysis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/dynamic-analysis.yml b/.github/workflows/dynamic-analysis.yml index fda4b90..8f187d2 100644 --- a/.github/workflows/dynamic-analysis.yml +++ b/.github/workflows/dynamic-analysis.yml @@ -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