Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
ci: try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaidev committed Oct 6, 2024
1 parent 4913b13 commit b98b398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-item-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up Podman Compose
run: pip3 install --user podman-compose
run: |
apt update
apt install -y podman podman-compose
- name: Test with coverage
run: |
Expand Down

0 comments on commit b98b398

Please sign in to comment.