From 7d818563050c02f51eb5cda441f3dddbd72cfceb 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:41:58 +0200 Subject: [PATCH] wip tests test.YML14 --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 57d15b2..3ff67dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: install python3-venv + run: sudo apt-get install python3-venv + - name: build test image run: docker build . -t prosody