We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7a4e2 commit fda0cddCopy full SHA for fda0cdd
.github/workflows/workflow.yml
@@ -45,7 +45,7 @@ jobs:
45
# ${{ runner.os }}-pnpm-store-
46
47
- name: Install dependencies
48
- run: pnpm install
+ run: CYPRESS_CACHE_FOLDER=/home/runner/.cache/Cypress pnpm install
49
50
# ref: https://github.com/cypress-io/github-action
51
- name: Setup cypress
@@ -58,7 +58,7 @@ jobs:
58
# cache-key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}
59
60
- name: Run the tests and generate coverage report
61
- run: pnpm run full-test
+ run: CYPRESS_CACHE_FOLDER=/home/runner/.cache/Cypress pnpm run full-test
62
63
- name: Upload coverage to Codecov
64
uses: codecov/codecov-action@v2
0 commit comments