Skip to content

Commit 47bb46f

Browse files
committed
GithubActions_DockerfileChanges
1 parent ebd7ab8 commit 47bb46f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Install Chrome browser for Playwright
3838
run: npx playwright install chrome
3939

40+
- name: Set environment variables
41+
run: echo "ENV=qa" >> $GITHUB_ENV
42+
4043
# Step to run tests
4144
- name: Run tests
4245
run: npm run test:serial -- --ENV=qa

0 commit comments

Comments
 (0)