Skip to content

Commit

Permalink
Merge f8806b2 into a1571ba
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Sep 11, 2020
2 parents a1571ba + f8806b2 commit 3fbf773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2
with:
path: lighthouse

# Caches last ~week, so CI will refresh these dependencies that often.
- name: Cache depot tools, devtools, blink tools and content shell
uses: actions/cache@v2
Expand All @@ -33,7 +33,7 @@ jobs:
${{ env.DEVTOOLS_PATH }}
${{ env.BLINK_TOOLS_PATH }}
${{ github.workspace }}/lighthouse/.tmp/chromium-web-tests/content-shells
key: ${{ runner.os }}-${{ hashFiles('lighthouse/lighthouse-core/test/chromium-web-tests/download-*') }}
key: ${{ runner.os }}-${{ hashFiles('lighthouse/.github/workflows/devtools.yml', 'lighthouse/lighthouse-core/test/chromium-web-tests/download-*', 'lighthouse/clients/devtools-entry.js', 'lighthouse/clients/devtools-report-assets.js', 'lighthouse/build/build-bundle.js', 'lighthouse/build/build-dt-report-resources.js') }}

- name: Use Node.js 10.x
uses: actions/setup-node@v1
Expand Down

0 comments on commit 3fbf773

Please sign in to comment.