Skip to content

Commit

Permalink
Github actions to only run home.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahid-Automate committed Mar 30, 2024
1 parent fad8235 commit b4d8aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- name: Run Playwright tests
run: npx playwright test tests/home.spec.ts
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit b4d8aa5

Please sign in to comment.