From b487f21011ee0d5c241103cc6a1e9c85b3f8d5f4 Mon Sep 17 00:00:00 2001 From: Alex Gibson Date: Wed, 19 Jun 2024 17:12:07 +0100 Subject: [PATCH] Specify correct directory in playwright.yml --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1a265795a77..dcbd18d2420 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -48,7 +48,7 @@ jobs: - name: Install dependencies run: cd tests/playwright && npm ci && npm run install-deps - name: Run Playwright tests - run: npx playwright test + run: cd tests/playwright && npx playwright test - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: