CI: set timezone to non-UTC to catch timezone related issues
This commit is contained in:
parent
96d0883928
commit
963b710243
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -434,6 +434,11 @@ jobs:
|
||||
env:
|
||||
DEPENDENCY_CACHE_KEY: ${{ needs.job_install_deps.outputs.dependency_cache_key }}
|
||||
|
||||
- name: Set timezone (non-UTC)
|
||||
uses: szenius/set-timezone@v1.2
|
||||
with:
|
||||
timezoneLinux: "America/New_York"
|
||||
|
||||
- run: yarn nx affected -t test:unit --base=${{ needs.job_get_metadata.outputs.BASE_COMMIT }}
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user