diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index 9df08b2..2327b68 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -27,6 +27,8 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm test + env: + CDN_URL: htts://google.com # Job to build the package test-build-package: