Skip to content

Commit

Permalink
Merge pull request #5 from webbierahul/github-actions
Browse files Browse the repository at this point in the history
ci yaml config update
  • Loading branch information
webbierahul authored Aug 27, 2024
2 parents 6cadd9f + eef0301 commit 7a50493
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install
run: npm install
- name: Test
run: HEADLESS=Y npm run wdio
- uses: actions/upload-artifact@v1
if: failure()
- uses: actions/upload-artifact@v4
with:
name: reports
path: reports/html-reports

0 comments on commit 7a50493

Please sign in to comment.