Skip to content

Commit

Permalink
ci: cleanup GitHub action cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Oct 8, 2020
1 parent b6331cf commit dce0c1a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
with:
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-

- name: Install CLI tools
run: npm install -g bower polymer-cli web-component-tester
Expand Down Expand Up @@ -62,10 +58,6 @@ jobs:
with:
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-

- name: Install CLI tools
run: npm install -g bower magi-cli polymer-modulizer web-component-tester yarn
Expand All @@ -76,7 +68,7 @@ jobs:
- name: Convert to P3
run: magi p3-convert --out . --import-style=name

- name: Check for duplicates
- name: Run yarn
run: yarn install --flat

- name: Run unit tests
Expand Down

0 comments on commit dce0c1a

Please sign in to comment.