Skip to content

Commit

Permalink
GithubActionsChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp7 committed Feb 24, 2024
1 parent 95aa5d0 commit e331a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2

# Step to set up the Node.js version
- name: Install node js v18
- name: Install node js v20
uses: actions/setup-node@v2
with:
node-version: '20'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ npm run test:ui --ENV="qa"
npm run test:accessibility --ENV="qa"
```

26. GitHub Actions is configured in `.github/workflows/playwright.yml` file and events(trigger points) are set to pus/pull actions on master branch.
26. GitHub Actions is configured in `.github/workflows/playwright.yml` file and events(trigger points) are set to pus/pull actions on master branch. Changes in command to run test cases can be made in "Run tests" section in this file.

## Reports

Expand Down

0 comments on commit e331a03

Please sign in to comment.