Some checks failed
CICD / Build and Publish CICD Base Image (push) Successful in 27s
CICD / Build and Push CICD Image (push) Successful in 27m29s
CICD / Build CICD Image Failure Postmortem (push) Has been skipped
CICD / Backend Tests (push) Successful in 8m54s
CICD / Backend Doctests (push) Successful in 17s
CICD / Pre-commit Checks (push) Successful in 18m40s
CICD / Frontend Tests (push) Failing after 13m59s
CICD / CICD Tests Complete (push) Has been cancelled
CICD / Build Backend Base Image (push) Has been cancelled
CICD / Build Frontend Base Image (push) Has been cancelled
CICD / Build Integration Tester Image (push) Has been cancelled
CICD / Build E2E Tester Image (push) Has been cancelled
CICD / Build and Publish Runtime Images (Legacy Disabled) (push) Has been cancelled
CICD / Build Backend Main Image (push) Has been cancelled
CICD / Build Frontend Main Image (push) Has been cancelled
CICD / Production Images Complete (push) Has been cancelled
CICD / Runtime Images Failure Postmortem (push) Has been cancelled
CICD / Source Lanes Failure Postmortem (push) Has been cancelled
CICD / Runtime Black-Box Integration Tests (push) Has been cancelled
CICD / Integration Tests Failure Postmortem (push) Has been cancelled
CICD / End-to-End Tests (push) Has been cancelled
CICD / E2E Tests Failure Postmortem (push) Has been cancelled
9 lines
159 B
Docker
9 lines
159 B
Docker
ARG PLAYWRIGHT_BASE_IMAGE=mcr.microsoft/playwright:v1.56.1-jammy
|
|
FROM ${PLAYWRIGHT_BASE_IMAGE}
|
|
|
|
WORKDIR /workspace/frontend
|
|
|
|
RUN corepack enable
|
|
|
|
CMD ["bash"]
|