From 5af00323ae925bc9a224bc80f7a77ce3c2d83a0c Mon Sep 17 00:00:00 2001 From: David Hunt Date: Sun, 13 Oct 2024 15:11:12 +1300 Subject: [PATCH] update release to include other browsers --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f9be7f..7259822 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: run: pnpm build - name: Install playwright - run: pnpx playwright install --with-deps chromium + run: pnpx playwright install --with-deps - name: Run Tests run: pnpm -w run test