Skip to content

Commit

Permalink
CI: Configure TZ to be GMT
Browse files Browse the repository at this point in the history
This makes one test pass. See #9579 for details.
  • Loading branch information
olleolleolle committed Apr 15, 2024
1 parent dbbfc5d commit eafc63e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -14,6 +14,8 @@ jobs:
ci:
name: "Run Tests (${{ matrix.label }})"
runs-on: "ubuntu-latest"
env:
TZ: GMT
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit eafc63e

Please sign in to comment.