Skip to content

Commit 9a25645

Browse files
authored
Update release-candidate-workflow.yml
Signed-off-by: Raoul Linnenbank <[email protected]>
1 parent d10577a commit 9a25645

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-candidate-workflow.yml

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

0 commit comments

Comments
 (0)