Skip to content

Commit

Permalink
OPS-6856-Remove lits playwrights tests task & fix the issue where our…
Browse files Browse the repository at this point in the history
… Playwright tests tagged with @short are not executing in the GA Workflows
  • Loading branch information
sahassou committed Aug 22, 2024
1 parent b9e0cf7 commit c28a2aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
run: npx playwright install --with-deps
- name: List All Tests
run: npx playwright test --list
- name: List Playwright tests
run: npx playwright test --list --grep "@short"
- name: Run Playwright tests
run: npx playwright test --config=playwright.config.ts --grep "@short"

Expand Down

0 comments on commit c28a2aa

Please sign in to comment.