Skip to content

Commit

Permalink
Add TZ environment variable to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Jan 5, 2024
1 parent b85d1fb commit abd8b85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concurrency:
jobs:
test:
runs-on: ${{ matrix.os }}
env:
TZ: "-9:30"
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
Expand Down

0 comments on commit abd8b85

Please sign in to comment.