Skip to content

Commit

Permalink
fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 7, 2024
1 parent 5109b31 commit 9b47674
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 @@ -16,7 +16,7 @@ jobs:
steps:
- name: Start the docker container for E2E
run: |
docker-compose pull
docker-compose -f docker-compose-debug.yaml pull
docker compose -f docker-compose-debug.yaml up
- name: Wait for grafana to start
uses: nev7n/wait_for_response@v1
Expand Down

0 comments on commit 9b47674

Please sign in to comment.