diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d85910..047564f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,8 @@ jobs: node-version: 18.x - run: npm ci - run: npm run test:ci + env: + PROVIDER_API_KEY: ${{ vars.PROVIDER_API_KEY }} test-build: name: Test Build