fix: remove DOCKER_HOST from E2E job, now uses host docker socket
Some checks failed
CI / Lint, type check, unit tests, coverage (push) Successful in 1m54s
CI / E2E browser tests (push) Failing after 1s

This commit is contained in:
Joakim Mörling 2026-05-19 17:05:24 +02:00
parent 10cc12154e
commit 8e3632f05f

View file

@ -75,8 +75,6 @@ jobs:
git checkout FETCH_HEAD
- name: Run E2E test stack
env:
DOCKER_HOST: tcp://dind:2375
run: |
docker compose \
-f docker-compose.ci.yml \