set Timezone Europe/Berlin in unit tests (#3087)

needed for new formatTime unit tests.

Avoiding ugly TZ setting in github workflows, see
https://github.com/MichMich/MagicMirror/pull/3073
This commit is contained in:
Karsten Hassel
2023-04-08 08:55:43 +02:00
committed by GitHub
parent 32192d1698
commit 09f117c3d9
6 changed files with 8 additions and 16 deletions

View File

@@ -22,12 +22,6 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@v3
- name: "Set timezone"
uses: szenius/set-timezone@v1.2
with:
timezoneLinux: "Europe/Berlin"
timezoneMacos: "Europe/Berlin"
timezoneWindows: "Europe/Berlin"
- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v3
with: