Skip to content

Commit

Permalink
chore: remove cache actions as it seems that they are hanging forever
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Dec 20, 2019
1 parent b2bd83d commit 6b47be7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/coverage.yml
Expand Up @@ -18,22 +18,7 @@ jobs:
- name: Environment log
id: env
run: |
echo "::set-output name=yarn-cache-dir::$(yarn cache dir)"
yarn --version
- name: Get node_modules cache
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Get yarn cache
uses: actions/cache@v1
with:
path: ${{ steps.env.outputs.yarn-cache-dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Generate coverage report
run: |
yarn --version
Expand Down

0 comments on commit 6b47be7

Please sign in to comment.