forked from cartsnitch/cartsnitch
13d270224c
act_runner does not honor continue-on-error at the job level (the lighthouse job still posts 'failure' commit status). Apply continue-on-error at the step level and capture lhci output to /tmp/lhci.log so we can see the actual lhci failure for future debugging. Refs CAR-1218, CAR-1334