We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9940f9 commit 25a2fa0Copy full SHA for 25a2fa0
1 file changed
.github/workflows/ci.yml
@@ -1,4 +1,6 @@
1
name: Playwright Test Framework
2
+env:
3
+ TZ: Asia/Kolkata
4
5
on:
6
workflow_dispatch:
@@ -118,7 +120,6 @@ jobs:
118
120
119
121
- name: Send Results to Discord
122
env:
- TZ: 'Asia/Kolkata'
123
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
124
run: |
125
# Gather metrics from test-summary output
@@ -188,7 +189,6 @@ jobs:
188
189
190
191
192
193
194
@@ -260,7 +260,6 @@ jobs:
260
261
262
263
264
265
266
0 commit comments