Skip to content

Commit

Permalink
Enable podman socket
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jan 27, 2025
1 parent 56f8f99 commit 7dfb385
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 7dfb385

Please sign in to comment.