Skip to content

Commit 25a2fa0

Browse files
Charankumar HCharankumar H
authored andcommitted
Added IST timezone for CI/CD globally.
1 parent a9940f9 commit 25a2fa0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Playwright Test Framework
2+
env:
3+
TZ: Asia/Kolkata
24

35
on:
46
workflow_dispatch:
@@ -118,7 +120,6 @@ jobs:
118120

119121
- name: Send Results to Discord
120122
env:
121-
TZ: 'Asia/Kolkata'
122123
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
123124
run: |
124125
# Gather metrics from test-summary output
@@ -188,7 +189,6 @@ jobs:
188189

189190
- name: Send Results to Discord
190191
env:
191-
TZ: 'Asia/Kolkata'
192192
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
193193
run: |
194194
# Gather metrics from test-summary output
@@ -260,7 +260,6 @@ jobs:
260260

261261
- name: Send Results to Discord
262262
env:
263-
TZ: 'Asia/Kolkata'
264263
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
265264
run: |
266265
# Gather metrics from test-summary output

0 commit comments

Comments
 (0)