forked from cartsnitch/cartsnitch
411264d94c
The act runner resolves 'localhost' to ::1 (IPv6) and the preview server does not get a reachable IPv4 socket, so wait-on times out and the 'Start preview server' step fails the lighthouse job. Bind explicitly to 127.0.0.1 (IPv4). Refs CAR-1218, CAR-1078, CAR-1334