Skip to content

Commit

Permalink
GithubActions_DockerfileChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp7 committed Feb 24, 2024
1 parent ebd7ab8 commit 47bb46f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Install Chrome browser for Playwright
run: npx playwright install chrome

- name: Set environment variables
run: echo "ENV=qa" >> $GITHUB_ENV

# Step to run tests
- name: Run tests
run: npm run test:serial -- --ENV=qa

0 comments on commit 47bb46f

Please sign in to comment.