File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Playwright Test Framework
2
+ env :
3
+ TZ : Asia/Kolkata
2
4
3
5
on :
4
6
workflow_dispatch :
@@ -118,7 +120,6 @@ jobs:
118
120
119
121
- name : Send Results to Discord
120
122
env :
121
- TZ : ' Asia/Kolkata'
122
123
DISCORD_WEBHOOK_URL : ${{ secrets.DISCORD_WEBHOOK_URL }}
123
124
run : |
124
125
# Gather metrics from test-summary output
@@ -188,7 +189,6 @@ jobs:
188
189
189
190
- name : Send Results to Discord
190
191
env :
191
- TZ : ' Asia/Kolkata'
192
192
DISCORD_WEBHOOK_URL : ${{ secrets.DISCORD_WEBHOOK_URL }}
193
193
run : |
194
194
# Gather metrics from test-summary output
@@ -260,7 +260,6 @@ jobs:
260
260
261
261
- name : Send Results to Discord
262
262
env :
263
- TZ : ' Asia/Kolkata'
264
263
DISCORD_WEBHOOK_URL : ${{ secrets.DISCORD_WEBHOOK_URL }}
265
264
run : |
266
265
# Gather metrics from test-summary output
You can’t perform that action at this time.
0 commit comments