diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ce3d593..a49474d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -39,8 +39,6 @@ jobs: # Step to run tests with qa as environment variable similarly we can define qa|dev|qaApi|devApi - name: Run tests - run: | - cd .. - npm run test:serial + run: npm run test:serial env: npm_config_ENV: "qa" \ No newline at end of file