Skip to content

Commit

Permalink
chore: update playwright cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Dec 10, 2024
1 parent 968a052 commit e634590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e-tests-contracts/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
uses: actions/cache@v3
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ inputs.browser }}
key: ${{ runner.os + '-playwright-' + (inputs.browser == 'chromium' || inputs.browser == 'chrome-beta' ? 'default' : inputs.browser) }}
restore-keys: |
${{ runner.os }}-playwright-
Expand Down

0 comments on commit e634590

Please sign in to comment.