Skip to content

Commit

Permalink
run container detached
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 8, 2024
1 parent 3a47d70 commit 7580e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Start the docker container for E2E
run: |
docker compose -f docker-compose-debug.yaml pull
docker compose -f docker-compose-debug.yaml up
docker compose -f docker-compose-debug.yaml up -d
- name: Wait for grafana to start
uses: nev7n/wait_for_response@v1
with:
Expand Down

0 comments on commit 7580e27

Please sign in to comment.