Skip to content

Commit

Permalink
fixed test command
Browse files Browse the repository at this point in the history
  • Loading branch information
sadabnepal committed Aug 7, 2023
1 parent 2a1a7c4 commit fab4f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Run Test
run: npm run test-remote
run: npm run cross-browser
- name: Generate Allure Repor
run: npm run report:ci
continue-on-error: true
Expand Down

0 comments on commit fab4f4c

Please sign in to comment.