Skip to content

Commit

Permalink
Update regression.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Jan 1, 2024
1 parent 91ada9a commit 6bce8bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 6bce8bd

Please sign in to comment.