Skip to content

Commit ab40fce

Browse files
committed
ci: set TZ for deterministic date tests
1 parent 0d7850c commit ab40fce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ concurrency:
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest
20+
env:
21+
# Time parsing currently depends on local timezone (Date parsing). The test
22+
# suite expects EET/EEST semantics (UTC+2/UTC+3).
23+
TZ: Europe/Bucharest
2024
steps:
2125
- name: Checkout
2226
uses: actions/checkout@v4

0 commit comments

Comments
 (0)