Skip to content

Commit

Permalink
add missing envs (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjr authored Jan 11, 2024
1 parent d166116 commit e4ffd46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
COGNITE_TOKEN_URL: ${{ secrets.COGNITE_PROJECT_TOKEN_URL }}
COGNITE_PROJECT: extractor-tests
COGNITE_BASE_URL: https://greenfield.cognitedata.com
KEYVAULT_CLIENT_ID: ${{ secrets.KEYVAULT_CLIENT_ID }}
KEYVAULT_TENANT_ID: ${{ secrets.KEYVAULT_TENANT_ID }}
KEYVAULT_CLIENT_SECRET: ${{ secrets.KEYVAULT_CLIENT_SECRET }}
run: |
coverage run --source cognite.extractorutils -m pytest -v tests
coverage xml
Expand Down

0 comments on commit e4ffd46

Please sign in to comment.