Skip to content

Commit 29a8921

Browse files
committed
GithubActions_DockerfileChanges
1 parent 44583d1 commit 29a8921

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939

4040
# Step to run tests
4141
- name: Run tests
42-
run: npm run test:serial --ENV='qa'
42+
env:
43+
ENV: npm_config_ENV=qa
44+
run: npm run test:serial

0 commit comments

Comments
 (0)