diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bba7b8e05f..a71572be4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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