Skip to content

Commit d10577a

Browse files
authored
Update pull-request-workflow.yml
Signed-off-by: Raoul Linnenbank <58594297+rflinnenbank@users.noreply.github.com>
1 parent c54f95a commit d10577a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull-request-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
run: poetry install -v --with dev
3535
# Run Coverage
3636
- name: Run Coverage
37+
env:
38+
CDSAPI_URL: ${{ secrets.CDSAPI_URL }}
39+
CDSAPI_KEY: ${{ secrets.CDSAPI_KEY }}
40+
CDSAPI_VERIFY: 1
3741
run: |
3842
poetry run coverage run -m pytest
3943
poetry run coverage report

0 commit comments

Comments
 (0)