diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index edd784cbf..d56768dd1 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 ed161562b..aa31d0638 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: