mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
wip tests test.YML12
This commit is contained in:
parent
b4ee98e51e
commit
11e414d913
1 changed files with 9 additions and 0 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue