Skip to content

Commit

Permalink
testing new github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Mar 4, 2024
1 parent b1724eb commit ef3d2fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
sudo apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo dockerd &
- name: Run Docker-in-Docker End-to-End Test
run: |
docker compose up --abort-on-container-exit --exit-code-from test_client
sudo dockerd & docker compose up --abort-on-container-exit --exit-code-from test_client

0 comments on commit ef3d2fc

Please sign in to comment.