Skip to content

Commit

Permalink
Update GH action step
Browse files Browse the repository at this point in the history
Signed-off-by: aiordache <anca.iordache@docker.com>
  • Loading branch information
aiordache committed Feb 9, 2021
1 parent ea7784c commit 794b1fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions tests/unit/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,5 +629,3 @@ def test_format_env_no_value(self):
}
assert sorted(format_environment(env_dict)) == ['BAR=', 'FOO']

def test_gh_action_output(self):
assert False

0 comments on commit 794b1fb

Please sign in to comment.