From e9ccc2bcc3643f19585e73ae54ad83d904a75a7c Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 22 Apr 2024 17:40:08 -0400 Subject: [PATCH] chore: move canary vars --- Dockerfile.canary | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile.canary b/Dockerfile.canary index 9a1430c62b..ec18cdfcbc 100644 --- a/Dockerfile.canary +++ b/Dockerfile.canary @@ -11,5 +11,8 @@ WORKDIR ./apps/laboratory/ RUN npm run playwright:install ENV TIMING_LOGS=true +ENV CI=true +ENV SKIP_PLAYWRIGHT_WEBSERVER=true +ENV BASE_URL=https://lab.web3modal.com/ CMD ["npm", "run", "playwright:test:canary"]