We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37a07f4 + db8112a commit d433d73Copy full SHA for d433d73
.github/workflows/main_test_release.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@main
20
- name: Setup TimeZone
21
- uses: MathRobin/[email protected]
+ uses: szenius/set-timezone@master
22
with:
23
timezoneLinux: "Europe/Berlin"
24
timezoneMacos: "Europe/Berlin"
.github/workflows/other_test.yml
@@ -23,7 +23,7 @@ jobs:
jvm: corretto:${{ matrix.Java }}
apps: sbt scala scalac
25
26
27
28
29
@@ -35,4 +35,4 @@ jobs:
35
- name: Run tests
36
run: |
37
timedatectl
38
- sbt +test
+ sbt +test
0 commit comments