From 7d4be0dcecdbe8deca8d055c0e2f10a369dc86e6 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 27 Mar 2025 15:24:03 -0400 Subject: Apply bits of the cookie settings PR one by one (#140) Enables uses to change the cookie domain and partitioned flags. Signed-off-by: Xe Iaso --- .github/workflows/go.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github/workflows/go.yml') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 54d833c..d112342 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -64,8 +64,13 @@ 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 + npx --yes playwright@1.50.1 run-server --port 3000 & + - name: Build run: go build ./... - name: Test - run: go test ./... + run: go test -v ./... -- cgit v1.2.3