From 14cccdf77ee71979cec9212ac94cac3149c24205 Mon Sep 17 00:00:00 2001 From: Lauri Rooden Date: Fri, 24 Sep 2021 13:18:19 +0300 Subject: [PATCH] Fix test tz --- .github/workflows/Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 77c48df..4d53877 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -20,7 +20,7 @@ jobs: - name: Run lint run: lj lint - name: Run tests - run: c8 -r lcov -r text-summary --check-coverage --branches=100 --functions=100 --lines=100 --statements=100 lj test --brief + run: TZ="Europe/Tallinn" c8 -r lcov -r text-summary --check-coverage --branches=100 --functions=100 --lines=100 --statements=100 lj test --brief - name: Upload coverage uses: coverallsapp/github-action@master with: