mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-22274 Add zdump info while env test fail
This commit is contained in:
parent
929cd9bb4f
commit
aa3e49fa9a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/icu_envtest.yml
vendored
2
.github/workflows/icu_envtest.yml
vendored
|
@ -123,6 +123,8 @@ jobs:
|
|||
|
||||
do
|
||||
echo "============================================";
|
||||
echo "zdump of the system timezone $tz";
|
||||
zdump $tz;
|
||||
echo "Start Tests under TZ=$tz TimeZone";
|
||||
for test_dir in iotest cintltst intltest
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue