Skip to content

Commit

Permalink
Merge pull request #424 from ricardobranco777/test_req
Browse files Browse the repository at this point in the history
Fix podman on Github Actions
  • Loading branch information
ricardobranco777 authored Jan 27, 2025
2 parents d44bd05 + 7dfb385 commit f6e31a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pcw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: sudo apt-get install -y build-essential podman
- name: Preparation
run: make prepare
- name: Enable podman socket
run: systemctl --user enable --now podman.socket
- name: Run test
run: make test
run:
Expand All @@ -36,6 +38,8 @@ jobs:
python-version: '3.11'
- name: Install dependencies
run: pip install -r requirements_test.txt
- name: Enable podman socket
run: systemctl --user enable --now podman.socket
- name: Run tests and collect coverage
run: pytest --cov
- name: Upload coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ faker
flake8
pytest-cov
pylint
podman~=4.9.0
podman~=5.2.0
selenium~=4.21.0

0 comments on commit f6e31a6

Please sign in to comment.