.github/workflows: install playwright browsers

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-03-27 07:25:03 -04:00
parent 111bca1802
commit caf36a9853
+4
View File
@@ -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 ./...