Skip to content

Commit b9c7957

Browse files
committed
ci(backend): peg timezone for backend ci to sgt
1 parent a2c7d2a commit b9c7957

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/backend-ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
- name: Checkout code
2323
uses: actions/checkout@v4
2424

25+
# tests are dependent on SGT timezone to run correctly
26+
- uses: szenius/set-timezone@v2.0
27+
with:
28+
timezoneLinux: "Asia/Singapore"
29+
2530
- name: Setup Node.js
2631
uses: actions/setup-node@v4
2732
with:

0 commit comments

Comments
 (0)