Skip to content

Commit 8f9e110

Browse files
committed
try gha env setting
1 parent 43429da commit 8f9e110

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
runs-on: ubuntu-latest
7575
timeout-minutes: 5
7676
needs: [discover-workspaces]
77+
env:
78+
TZ: Europe/London
7779
strategy:
7880
fail-fast: false
7981
matrix:

frontend/jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const config: Config = {
4242
},
4343

4444
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
45-
setupFiles: ['<rootDir>/jest.tz-setup.ts'],
4645
};
4746

4847
// createJestConfig is exported this way to ensure that next/jest can load the Next.js config which is async

frontend/jest.tz-setup.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)