From 34891e2b75e32e9647e7f5813b1be44bf097422f 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:15:47 +0200 Subject: [PATCH] wip tests test.YML8 --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a5aaa7..fa8cadf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install dependencies + run: pacman -Syu docker python + - name: build test image run: docker build . -t prosody