diff options
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 ./... |
