Skip to content

Commit

Permalink
Merge branch 'main' into scala3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode authored Feb 7, 2025
2 parents 37a07f4 + db8112a commit d433d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Setup TimeZone
uses: MathRobin/timezone-action@v1.1
uses: szenius/set-timezone@master
with:
timezoneLinux: "Europe/Berlin"
timezoneMacos: "Europe/Berlin"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/other_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
jvm: corretto:${{ matrix.Java }}
apps: sbt scala scalac
- name: Setup TimeZone
uses: MathRobin/timezone-action@v1.1
uses: szenius/set-timezone@master
with:
timezoneLinux: "Europe/Berlin"
timezoneMacos: "Europe/Berlin"
Expand All @@ -35,4 +35,4 @@ jobs:
- name: Run tests
run: |
timedatectl
sbt +test
sbt +test

0 comments on commit d433d73

Please sign in to comment.