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 3accbd4..83002c4 100644 --- a/.github/workflows/cypress-test.yaml +++ b/.github/workflows/cypress-test.yaml @@ -10,6 +10,8 @@ jobs: image: cypress/browsers:node16.5.0-chrome97-ff96 # @see cypress-io/github-action#446 (comment) options: --user 1001 + volumes: + - /tmp/videos:/__w/chikamichi/chikamichi/cypress/videos steps: - uses: actions/checkout@v2 - name: Cache pnpm modules @@ -50,4 +52,4 @@ jobs: if: failure() with: name: cypress-videos - path: cypress/videos \ No newline at end of file + path: /tmp/videos \ No newline at end of file
- Loading branch information