From bbd087420068f5d192f71187983104ed1f4c6b15 Mon Sep 17 00:00:00 2001 From: Weves Date: Fri, 25 Apr 2025 15:03:44 -0700 Subject: [PATCH] fix --- .github/workflows/pr-playwright-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-playwright-tests.yml b/.github/workflows/pr-playwright-tests.yml index 801485c42f8a..4a4964cfb231 100644 --- a/.github/workflows/pr-playwright-tests.yml +++ b/.github/workflows/pr-playwright-tests.yml @@ -10,7 +10,7 @@ env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} GEN_AI_API_KEY: ${{ secrets.OPENAI_API_KEY }} MOCK_LLM_RESPONSE: true - PYTEST_PLAYWRIGHT_SKIP_INITIAL_FULL_RESET: true + PYTEST_PLAYWRIGHT_SKIP_INITIAL_RESET: true jobs: playwright-tests: