Skip to content

Commit

Permalink
[from now] 2022/02/25 21:33:50
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 4bac268..c7b937b 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:
-       - /tmp/videos:/__w/chikamichi/chikamichi/cypress/videos
+       - cypress/videos:/__w/chikamichi/chikamichi/cypress/videos
     steps:
       - uses: actions/checkout@v2
       - name: Cache pnpm modules
@@ -51,4 +51,4 @@ jobs:
       - uses: actions/upload-artifact@v2
         with:
           name: cypress-videos
-          path: /tmp/videos
\ No newline at end of file
+          path: cypress/videos
\ No newline at end of file
  • Loading branch information
kawamataryo committed Feb 25, 2022
1 parent 8ab50e6 commit 498a577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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:
- /tmp/videos:/__w/chikamichi/chikamichi/cypress/videos
- cypress/videos:/__w/chikamichi/chikamichi/cypress/videos
steps:
- uses: actions/checkout@v2
- name: Cache pnpm modules
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: cypress-videos
path: /tmp/videos
path: cypress/videos

0 comments on commit 498a577

Please sign in to comment.