There was an error while loading. Please reload this page.
1 parent 44583d1 commit 29a8921Copy full SHA for 29a8921
.github/workflows/playwright.yml
@@ -39,4 +39,6 @@ jobs:
39
40
# Step to run tests
41
- name: Run tests
42
- run: npm run test:serial --ENV='qa'
+ env:
43
+ ENV: npm_config_ENV=qa
44
+ run: npm run test:serial
0 commit comments