mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
wip tests test.YML14
This commit is contained in:
parent
bc0b3fe066
commit
7d81856305
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: install python3-venv
|
||||||
|
run: sudo apt-get install python3-venv
|
||||||
|
|
||||||
- name: build test image
|
- name: build test image
|
||||||
run: docker build . -t prosody
|
run: docker build . -t prosody
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue