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: