From cfa4b9e381ef6215bc4ffb738ac814a6a8a08c2e Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Wed, 6 Dec 2023 15:01:13 +0100 Subject: [PATCH] Fix e2e earthfile --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 8086c6a81..3461a39c8 100644 --- a/Earthfile +++ b/Earthfile @@ -98,7 +98,7 @@ e2e: ENV LANGUAGE="en_GB" ENV DELETE_PREVIOUS_TEST_DRIVES="false" ENV FRONTEND_URL=http://localhost:9883 - COPY --chmod=0755 +build/target/atomic-server /atomic-server-bin + COPY --chmod=0755 +build/atomic-server /atomic-server-bin # We'll have to zip it https://github.com/earthly/earthly/issues/2817 TRY RUN nohup /atomic-server-bin --initialize & pnpm run test-e2e ; zip -r test.zip /app/e2e/playwright-report