Skip to content

Commit e7e118b

Browse files
testing timezone
1 parent 1e83789 commit e7e118b

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

.github/workflows/build.yml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818

1919
permissions:
2020
contents: write
@@ -23,20 +23,33 @@ jobs:
2323
steps:
2424
- name: Checkout code
2525
uses: actions/[email protected]
26-
26+
27+
- name: timezone
28+
uses: szenius/[email protected]
29+
with:
30+
timezoneLinux: "Europe/Berlin"
31+
timezoneMacos: "Europe/Berlin"
32+
timezoneWindows: "W. Europe Standard Time"
33+
34+
- uses: szenius/[email protected]
35+
with:
36+
timezoneLinux: "Europe/Berlin"
37+
timezoneMacos: "Europe/Berlin"
38+
timezoneWindows: "W. Europe Standard Time"
39+
2740
- name: Set up JDK 21
2841
uses: actions/[email protected]
2942
with:
3043
java-version: '21'
3144
distribution: 'temurin'
3245
cache: 'gradle'
33-
46+
3447
- name: Grant execute permission for gradlew
3548
run: chmod +x gradlew
36-
49+
3750
- name: Build with Gradle
3851
run: ./gradlew build
39-
52+
4053
- name: Upload test results
4154
uses: actions/[email protected]
4255
if: always()

0 commit comments

Comments
 (0)