From caf36a985344c09bf2d2c33bd78b04ac3a7afdbf Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 27 Mar 2025 07:25:03 -0400 Subject: .github/workflows: install playwright browsers Signed-off-by: Xe Iaso --- .github/workflows/go.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 54d833c..775e96a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -64,6 +64,10 @@ jobs: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('**/go.sum') }} + - name: install playwright browsers + run: | + npx --yes playwright@1.50.1 install --with-deps + - name: Build run: go build ./... -- cgit v1.2.3