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 a2362b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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: Australia/Darwin
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -51,5 +53,5 @@ jobs:
run: |
eask package
eask install
eask test ert datetime-format-test.el
TZ=Australia/Darwin eask test ert datetime-format-test.el
eask compile

0 comments on commit a2362b0

Please sign in to comment.