Skip to content

Commit

Permalink
Use podman-compose in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Aug 14, 2024
1 parent d2a33bc commit 7684602
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -r src/requirements.txt
python -m pip install -U pip podman-compose
python -m pip install -r src/requirements.txt
- name: Start services
run: |
docker-compose up -d
podman-compose up -d
- name: Test
run: |
pytest

0 comments on commit 7684602

Please sign in to comment.