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 c7b937b..67891b0 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: - - cypress/videos:/__w/chikamichi/chikamichi/cypress/videos + - /home/runner/work/cypress:/__w/chikamichi/chikamichi/cypress steps: - uses: actions/checkout@v2 - name: Cache pnpm modules
- Loading branch information