Skip to content

Commit

Permalink
Fix e2e earthfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Dec 6, 2023
1 parent 206b37a commit cfa4b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfa4b9e

Please sign in to comment.