Skip to content

Commit

Permalink
[from now] 2022/02/25 21:46:11
Browse files Browse the repository at this point in the history
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
kawamataryo committed Feb 25, 2022
1 parent a39bbac commit 1a6fdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# @see https://github.com/cypress-io/github-action/issues/446#issuecomment-987015822
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
Expand Down

0 comments on commit 1a6fdb8

Please sign in to comment.