diff --git a/.woodpecker.yml b/.woodpecker.yml index 91bcd13..4f0d2ad 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,14 +11,14 @@ steps: commands: - node --version - npm --version - - npm ci --prefer-offline + - npm install --registry=https://registry.npmjs.org - npx tsc --noEmit e2e-tests: image: mcr.microsoft.com/playwright:v1.52.0-noble commands: - node --version - - npm ci --prefer-offline + - npm install --registry=https://registry.npmjs.org - npx playwright test --reporter=list environment: E2E_BASE_URL: https://ramaiah.engage.healix360.net