From fd3711df98e99c1c818e97299820be937953ef6c Mon Sep 17 00:00:00 2001 From: akshayp7 Date: Sat, 24 Feb 2024 17:14:40 +0530 Subject: [PATCH] ChangedGithubActions --- .github/workflows/playwright.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9e37db9..ce3d593 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -39,10 +39,8 @@ jobs: # Step to run tests with qa as environment variable similarly we can define qa|dev|qaApi|devApi - name: Run tests - run: npm run test:serial + run: | + cd .. + npm run test:serial env: - npm_config_ENV: "qa" - - # Step to check the existence of html-report directory - - name: Check HTML report directory - run: ls html-report \ No newline at end of file + npm_config_ENV: "qa" \ No newline at end of file