From f520b4c4ebfe01484563681e7d8411de44e5ee85 Mon Sep 17 00:00:00 2001 From: aiordache Date: Tue, 9 Feb 2021 18:55:25 +0100 Subject: [PATCH] Update GH action step Signed-off-by: aiordache --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8d55ea0..1f119c90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions==2.2.0 - - name: Test with tox + pip install -r test-requirements.txt -r requirements.txt + - name: Test with pytest run: | docker logout rm -rf ~/.docker - tox + py.test -v --cov=docker tests/unit