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 6bce8bd commit 909d1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-cache-global-node-modules
key: ${{ runner.os }}-${{ inputs.node || 16 }}-cache-global-node-modules
- name: Install Rete QA
run: npm i -g rete-qa rete-kit
- name: Init application
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-cache-global-node-modules
key: ${{ runner.os }}-${{ inputs.node || 16 }}-cache-global-node-modules
- name: Install Rete QA
run: npm i -g rete-qa rete-kit
- name: Install Playwright Browsers
Expand Down

0 comments on commit 909d1f3

Please sign in to comment.