From fdce55bcad70a1bdfe0ec3d2139e98be4d80cfda Mon Sep 17 00:00:00 2001 From: Siddharth Rao Date: Tue, 27 Jun 2023 19:20:45 -0400 Subject: [PATCH] minor change --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index e5594b8..787e21c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,8 +20,8 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test run:duckduck - # env: - # WORKERS: ${{vars.WORKERS}} + env: + WORKERS: ${{vars.WORKERS}} - uses: actions/upload-artifact@v3 if: always() with: