Skip to content

Commit

Permalink
ci: Fix?
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Sep 3, 2024
1 parent 0ddc7ed commit dca58e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3.0.0
- name: Install docker-compose
run: sudo apt-get install -y docker-compose
- name: Start containers
run: |
sudo apt-get install -y docker-compose
docker-compose up --build --force-recreate --detach
run: docker-compose up --build --force-recreate --detach
- name: Run Tests
run: |
set -x
Expand Down

0 comments on commit dca58e9

Please sign in to comment.