Skip to content

Commit f520b4c

Browse files
aiordacheUlysses Souza
authored andcommitted
Update GH action step
Signed-off-by: aiordache <[email protected]>
1 parent a653052 commit f520b4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install tox tox-gh-actions==2.2.0
23-
- name: Test with tox
22+
pip install -r test-requirements.txt -r requirements.txt
23+
- name: Test with pytest
2424
run: |
2525
docker logout
2626
rm -rf ~/.docker
27-
tox
27+
py.test -v --cov=docker tests/unit

0 commit comments

Comments
 (0)