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 37b1703 commit d4357a5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

# - name: Run Docker-in-Docker End-to-End Test
# run: |
# docker compose up

- name: Run Docker-in-Docker End-to-End Test
run: |
docker compose up
uses: isbang/compose-action@v1.5.1
with:
compose-file: "./docker-compose.yml"
up-flags: "--abort-on-container-exit --exit-code-from test_client"

0 comments on commit d4357a5

Please sign in to comment.