From 6bce8bd9614b5e7f02113dca8d1b898a169e5c89 Mon Sep 17 00:00:00 2001 From: Vitaliy Stoliarov Date: Mon, 1 Jan 2024 13:52:38 +0200 Subject: [PATCH] Update regression.yml --- .github/workflows/regression.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 30f3d83..045f768 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -46,7 +46,6 @@ jobs: path: ~/.npm key: ${{ runner.os }}-cache-global-node-modules - name: Install Rete QA - if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }} run: npm i -g rete-qa rete-kit - name: Init application run: rete-qa init -s ${{ inputs.name }} -sv ${{ inputs.version }} @@ -98,7 +97,6 @@ jobs: path: ~/.npm key: ${{ runner.os }}-cache-global-node-modules - name: Install Rete QA - if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }} run: npm i -g rete-qa rete-kit - name: Install Playwright Browsers run: npx playwright install --with-deps ${{ matrix.browser }}