mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-04-11 13:49:43 +02:00
.github/workflows: install playwright browsers
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -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 ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user