Skip to content

Commit f060457

Browse files
committed
WIP
1 parent 0b13e8d commit f060457

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,7 @@ jobs:
104104
105105
- name: Stop e2e services
106106
if: always()
107-
run: |
108-
cd .devcontainer
109-
source .env
110-
docker compose --profile e2e down
107+
run: docker compose down
111108

112109
- name: Upload test artifacts
113110
if: failure()

0 commit comments

Comments
 (0)