Skip to content

Commit 7b8a63a

Browse files
committed
Set timezone
1 parent 8f654c9 commit 7b8a63a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
node-version: '20'
2323

24+
- name: Set timezone to Tokyo
25+
run: sudo timedatectl set-timezone Asia/Tokyo
26+
2427
- name: Install dependencies
2528
run: npm install
2629

0 commit comments

Comments
 (0)