diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f4ce5d7..f733ba5 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -41,4 +41,4 @@ jobs: - name: Run tests run: npm run test:serial env: - ENV: qa \ No newline at end of file + npm_config_ENV: "qa" \ No newline at end of file