From 387b53a0db9696a62a60c474cef05b014b35869b Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sun, 15 Dec 2024 11:47:43 +0000 Subject: [PATCH] Revert "Use the parent directory" This reverts commit b866149c754b3e53ee676a708a95d4af946fbf24. --- .github/workflows/update-playwright-snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-playwright-snapshots.yml b/.github/workflows/update-playwright-snapshots.yml index fb627b1b..c0ae798d 100644 --- a/.github/workflows/update-playwright-snapshots.yml +++ b/.github/workflows/update-playwright-snapshots.yml @@ -38,7 +38,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} # Test folder within your repository - test_folder: ../playwright-tests + test_folder: playwright-tests # Optional npm scripts (the default values are displayed) # Script to start the server or 'null' if Playwright is taking care of it