Skip to content

Commit a4596e5

Browse files
committed
temporarily disable playwright in ci
1 parent 654f704 commit a4596e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
deploy:
138138
name: 🚀 Deploy
139139
runs-on: ubuntu-22.04
140-
needs: [lint, typecheck, vitest, playwright]
140+
# needs: [lint, typecheck, vitest, playwright]
141141
# only build/deploy branches on pushes
142142
if: ${{ github.event_name == 'push' }}
143143

0 commit comments

Comments
 (0)