From 709078ff967f907f76ac571f2aefbcb7ae17c992 Mon Sep 17 00:00:00 2001 From: akshayp7 Date: Sat, 24 Feb 2024 13:35:46 +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 1f8e1c9..157f040 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