From 2071eff5a0b47512fa948a76a477a708202b0633 Mon Sep 17 00:00:00 2001 From: s-xix98 <77755127+s-xix98@users.noreply.github.com> Date: Tue, 30 May 2023 02:20:42 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AB=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/storybook-test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/storybook-test.yml b/.github/workflows/storybook-test.yml index 89075d194..da651b073 100644 --- a/.github/workflows/storybook-test.yml +++ b/.github/workflows/storybook-test.yml @@ -1,11 +1,5 @@ # storybook test -# cache-playwright の key が `frontend/package-lock.json` になっているが -# playwright の version とかで 見た方がいいかもだが、 -# 現状 プルリクごとに playwright の install が走るので とりあえずこれで 問題なしとする。 -# 下記記事だと `package-lock.json` の 依存バージョン を 拾ってきているが この辺でもいいのか? -# - https://playwrightsolutions.com/playwright-github-action-to-cache-the-browser-binaries/ -# # ref # - https://github.com/microsoft/playwright-github-action # - `~/.cache/ms-playwright`