wip tests test.YML14

This commit is contained in:
Sara Aimée Smiseth 2020-10-09 08:41:58 +02:00
parent bc0b3fe066
commit 7d81856305

View file

@ -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