Skip to content

Commit cbf936e

Browse files
committed
Run docker compose in foreground
1 parent 54e531d commit cbf936e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Start containers
2828
working-directory: extensions/ql-vscode/test/e2e
29-
run: docker compose -f "docker-compose.yml" up -d --build
29+
run: docker compose -f "docker-compose.yml" up --build
3030

3131
- name: Install Playwright Browsers
3232
working-directory: extensions/ql-vscode

0 commit comments

Comments
 (0)