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: