Skip to content

Commit

Permalink
Maintenance: Ensure correct time zone for CI (GitHub).
Browse files Browse the repository at this point in the history
  • Loading branch information
fliebe92 committed Nov 10, 2023
1 parent df8d30c commit 3b48a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -23,6 +23,7 @@ jobs:
env:
RAILS_ENV: test
Z_LOCALES: "en-us:de-de"
TZ: 'Europe/London'
REDIS_URL: redis://redis:6379
# Compile assets only once.
CI_SKIP_ASSETS_PRECOMPILE: 'true'
Expand All @@ -48,4 +49,4 @@ jobs:
- name: Lint
run: .github/workflows/ci/lint.sh
- name: Test
run: .github/workflows/ci/test.sh
run: .github/workflows/ci/test.sh

0 comments on commit 3b48a64

Please sign in to comment.