Skip to content

Commit

Permalink
ci(ci): updates to repo secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Oct 21, 2024
1 parent a533481 commit 0af31ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ jobs:
uv sync --all-extras --dev
-
name: Run tests
env:
CADC_USERNAME: ${{ secrets.CADC_USERNAME }}
CADC_PASSWORD: ${{ secrets.CADC_PASSWORD }}
run: |
uv run cadc-get-cert --user ${{ env.CADC_USERNAME }} --password ${{ env.CADC_PASSWORD }} --days-valid 1
uv run cadc-get-cert --user ${{ secrets.CANFAR_USERNAME }} --password ${{ secrets.CANFAR_PASSWORD }} --days-valid 1
uv run pytest tests --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
-
name: Upload coverage to Codecov
Expand Down

0 comments on commit 0af31ee

Please sign in to comment.