Skip to content

Commit

Permalink
run docker compose in dettached mode
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Nov 24, 2023
1 parent 069fdd3 commit a37c32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: "Setup Universal Resolver"
run: |
docker-compose -f compose/docker-compose.yml pull
docker-compose -f compose/docker-compose.yml up
docker-compose -f compose/docker-compose.yml up -d
sleep 10
- name: Test
Expand Down

0 comments on commit a37c32a

Please sign in to comment.