Skip to content

Commit

Permalink
Set timezone on GHA to UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 19, 2021
1 parent e384b71 commit 95241af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -22,5 +22,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set timezone
uses: szenius/set-timezone@v1.0

- name: Run tests
run: make test

0 comments on commit 95241af

Please sign in to comment.