CI: End process if e2e tests fail in daggerbuild (#113013)

(cherry picked from commit cc4a6cff64)
This commit is contained in:
Kevin Minehart
2025-10-25 15:01:01 +00:00
committed by github-actions[bot]
parent c001d12745
commit 039a821081
@@ -15,5 +15,6 @@ func ValidatePackage(ctx context.Context, d *dagger.Client, service *dagger.Serv
return c.WithServiceBinding("grafana", service).
WithEnvVariable("GRAFANA_URL", "http://grafana:3000").
WithEnvVariable("PW_TEST_HTML_REPORT_OPEN", "never").
WithExec([]string{"yarn", "e2e:acceptance"}), nil
}