mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
wip tests test.YML8
This commit is contained in:
parent
d0c6a8ea37
commit
34891e2b75
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -14,6 +14,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pacman -Syu docker python
|
||||||
|
|
||||||
- name: build test image
|
- name: build test image
|
||||||
run: docker build . -t prosody
|
run: docker build . -t prosody
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue