Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diff --git a/.github/workflows/cypress-test.yaml b/.github/workflows/cypress-test.yaml index dc9dddf..155577a 100644 --- a/.github/workflows/cypress-test.yaml +++ b/.github/workflows/cypress-test.yaml @@ -11,7 +11,7 @@ jobs: # @see cypress-io/github-action#446 (comment) options: --user 1001 volumes: - - /home/runner/work/cypress:/__w/cypress + - /home/runner/work/cypress/videos:/__w/cypress/videos steps: - uses: actions/checkout@v2 - name: Cache pnpm modules
- Loading branch information