Skip to content

Commit

Permalink
[from now] 2022/02/25 21:30:51
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 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
kawamataryo committed Feb 25, 2022
1 parent 129d40f commit def7f07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
image: cypress/browsers:node16.5.0-chrome97-ff96
# @see https://github.com/cypress-io/github-action/issues/446#issuecomment-987015822
options: --user 1001
volumes:
- /tmp/videos:/__w/chikamichi/chikamichi/cypress/videos
steps:
- uses: actions/checkout@v2
- name: Cache pnpm modules
Expand Down Expand Up @@ -50,4 +52,4 @@ jobs:
if: failure()
with:
name: cypress-videos
path: cypress/videos
path: /tmp/videos

0 comments on commit def7f07

Please sign in to comment.