Skip to content

Commit d8bece3

Browse files
committed
ensure playwright is installed in e2e
1 parent e60b5e2 commit d8bece3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,9 @@ jobs:
10521052
path: ${{ github.workspace }}/packages/*/*.tgz
10531053
key: ${{ env.BUILD_CACHE_TARBALL_KEY }}
10541054

1055+
- name: Install playwright
1056+
uses: ./.github/actions/install-playwright
1057+
10551058
- name: Get node version
10561059
id: versions
10571060
run: |

0 commit comments

Comments
 (0)