Skip to content

Commit

Permalink
Fix test tz
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Sep 24, 2021
1 parent 2f419d0 commit 14cccdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 14cccdf

Please sign in to comment.