From 3c6afd2e3e12fa372d0fa03cf806120840c6c171 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Fri, 20 Oct 2023 11:11:35 +0200 Subject: [PATCH] remove working directory --- .github/workflows/playwright.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 95b29731..3b863920 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - name: Install dependencies - working-directory: path/to/playwright/folder # update accordingly run: npm ci - name: Install Playwright browsers run: npx playwright install --with-deps