Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteSun committed Apr 1, 2021
1 parent 2d6887c commit 87f6ac6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/frontend-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ jobs:
id: yarn-cache
with:
path: '*/node_modules'
key: '${{ runner.os }}-yarn-cache-${{ hashFiles(''**/yarn.lock'') }}'
key: '${{ runner.os }}-yarn-cache0-${{ hashFiles(''**/yarn.lock'') }}'
restore-keys: |
${{ runner.os }}-yarn-cache
${{ runner.os }}-yarn-cache0
- name: Cache Cypress binary
uses: actions/cache@v2
id: cypress-binary-cache
with:
path: '*/cypress/cache'
key: cypress-${{ runner.os }}-cypress-cache-${{ hashFiles('**/package.json') }}
key: cypress-${{ runner.os }}-cypress-cache0-${{ hashFiles('**/package.json') }}
restore-keys: |
cypress-${{ runner.os }}-cypress-cache
cypress-${{ runner.os }}-cypress-cache0
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/frontend-plugin-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ jobs:
id: yarn-cache
with:
path: '*/node_modules'
key: '${{ runner.os }}-yarn-cache-${{ hashFiles(''**/yarn.lock'') }}'
key: '${{ runner.os }}-yarn-cache0-${{ hashFiles(''**/yarn.lock'') }}'
restore-keys: |
${{ runner.os }}-yarn-cache
${{ runner.os }}-yarn-cache0
- name: Cache Cypress binary
uses: actions/cache@v2
id: cypress-binary-cache
with:
path: '*/cypress/cache'
key: cypress-${{ runner.os }}-cypress-cache-${{ hashFiles('**/package.json') }}
key: cypress-${{ runner.os }}-cypress-cache0-${{ hashFiles('**/package.json') }}
restore-keys: |
cypress-${{ runner.os }}-cypress-cache
cypress-${{ runner.os }}-cypress-cache0
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 87f6ac6

Please sign in to comment.