Skip to content

Commit

Permalink
disable playwright testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed Dec 18, 2024
1 parent f25dc91 commit 1383dcd
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 teh 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 1383dcd

Please sign in to comment.