Skip to content

Commit

Permalink
OPHYK-212 Run tests in Europe/Helsinki timezone as some tests rely on it
Browse files Browse the repository at this point in the history
  • Loading branch information
rce committed Dec 9, 2024
1 parent 953b099 commit 08933e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/src/cdk-app-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ function makeTestProject(
type: codebuild.BuildEnvironmentVariableType.PARAMETER_STORE,
value: "/gradle/github-packages-gradle-properties",
},
TZ: {
type: codebuild.BuildEnvironmentVariableType.PLAINTEXT,
value: "Europe/Helsinki",
}
},
buildSpec: codebuild.BuildSpec.fromObject({
version: "0.2",
Expand Down

0 comments on commit 08933e9

Please sign in to comment.