From def7f07969f3fca87c1fc10eb9626288dda71442 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Fri, 25 Feb 2022 21:30:51 +0900 Subject: [PATCH] [from now] 2022/02/25 21:30:51 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 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 @@ -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 --- .github/workflows/cypress-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress-test.yaml b/.github/workflows/cypress-test.yaml index 3accbd42..83002c47 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 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 @@ -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