Skip to content

Commit

Permalink
Asetetaan itse timezone Europe/Helsinki
Browse files Browse the repository at this point in the history
  • Loading branch information
augustk committed Jan 24, 2025
1 parent 6db04f2 commit 6df24b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
java-version: '11'
distribution: 'corretto'

- uses: szenius/set-timezone@v2.0
with:
timezoneLinux: "Europe/Helsinki"
- name: Set timezone to Europe/Helsinki
run: |
sudo timedatectl set-timezone Europe/Helsinki
echo "Europe/Helsinki" | sudo tee /etc/timezone
- name: Build Valintarekisteri Docker container
run: |
Expand Down

0 comments on commit 6df24b2

Please sign in to comment.