From f0245235c0c58cee54ad58ac2359854bba0cf31f Mon Sep 17 00:00:00 2001 From: nekrassov01 Date: Mon, 3 Jun 2024 12:46:20 +0900 Subject: [PATCH] ci: update `ci.yml` --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0039ef2..ce820e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,8 @@ jobs: cache: false - name: Run tests + env: + TZ: "Asia/Tokyo" run: | git diff --cached --exit-code make test