Skip to content

Commit

Permalink
ChangedGithubActions
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp7 committed Feb 24, 2024
1 parent e021f57 commit fd3711d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:

# Step to run tests with qa as environment variable similarly we can define qa|dev|qaApi|devApi
- name: Run tests
run: npm run test:serial
run: |
cd ..
npm run test:serial
env:
npm_config_ENV: "qa"

# Step to check the existence of html-report directory
- name: Check HTML report directory
run: ls html-report
npm_config_ENV: "qa"

0 comments on commit fd3711d

Please sign in to comment.