From 11e414d913f17b24a2cb01a7430818e1371d6eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Fri, 9 Oct 2020 08:34:33 +0200 Subject: [PATCH] wip tests test.YML12 --- .github/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 635fbbe..a299e60 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,15 @@ jobs: - name: Install dependencies run: pacman -Syu --noconfirm docker docker-compose python sudo + - name: Status timezone + run: timedatectl status + + - name: list timezones + run: timedatectl list-timezones + + - name: Set timezone + run: timedatectl set-timezone Europe/Berlin + - name: build test image run: docker build . -t prosody