Skip to content

Commit

Permalink
Disable playwright test cases (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: Raghav Aggarwal <[email protected]>
  • Loading branch information
Kshitij-Katiyar and raghavaggarwal2308 authored Jan 6, 2025
1 parent c28478a commit bdee332
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Playwright Tests
on:
push:
branches:
- master
tags:
- "v*"
pull_request:
workflow_dispatch:
# <--- Disabling the playwright testcases for now as they are broken --->

# push:
# branches:
# - master
# tags:
# - "v*"
# pull_request:
# workflow_dispatch:

env:
TERM: xterm
Expand Down

0 comments on commit bdee332

Please sign in to comment.