From 3e3386d24a025a54a7edb8b3c421bfb7dc88077f Mon Sep 17 00:00:00 2001 From: himself65 Date: Tue, 4 Apr 2023 13:09:15 -0500 Subject: [PATCH] ci: fix storybook test --- .github/workflows/build-master.yml | 2 ++ .github/workflows/build.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index edd784cbfc..d56768dd14 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -132,6 +132,8 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node.js uses: ./.github/actions/setup-node + with: + playwright-install: true - name: Download storybook artifact uses: actions/download-artifact@v3 with: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed161562b3..aa31d0638c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,6 +90,8 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node.js uses: ./.github/actions/setup-node + with: + playwright-install: true - name: Download storybook artifact uses: actions/download-artifact@v3 with: