From ebd7ab8a9488043f42d3de86af803b5be6844a49 Mon Sep 17 00:00:00 2001 From: akshayp7 Date: Sat, 24 Feb 2024 13:38:06 +0530 Subject: [PATCH] GithubActions_DockerfileChanges --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 157f040..5d86d20 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -39,4 +39,4 @@ jobs: # Step to run tests - name: Run tests - run: npm run test:serial -- --ENV='qa' \ No newline at end of file + run: npm run test:serial -- --ENV=qa \ No newline at end of file