From 46e85ea425125f14fce8e294b6ca50d2c677932b Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Tue, 19 Dec 2023 15:25:53 -0600 Subject: [PATCH] trigger CI --- .github/workflows/playwright.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a8411e7f89..135936343d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -48,7 +48,6 @@ jobs: run: npx playwright install --with-deps - - name: Run Playwright tests run: npx playwright test - uses: actions/upload-artifact@v3