From eb406a50c0ca3cd48f7359d00a93cb98ea187878 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sun, 12 Jan 2025 04:31:11 +0000 Subject: [PATCH] PR-220602: fixing test. --- .github/workflows/main-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) 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: