Skip to content

Commit

Permalink
incl secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsziere committed Oct 24, 2024
1 parent 3b6ffe8 commit c3e0fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
echo "APPLICATIONINSIGHTS_CONNECTION_STRING=${{ secrets.APPLICATIONINSIGHTS_CONNECTION_STRING }}" >> $GITHUB_ENV
echo "COSMOS_URL=${{ secrets.COSMOS_URL }}" >> $GITHUB_ENV
echo "COSMOS_KEY=${{ secrets.COSMOS_KEY }}" >> $GITHUB_ENV
echo "PORT=${{ secrets.PORT }}" >> $GITHUB_ENV
- name: Test with pytest
run: |
pytest

0 comments on commit c3e0fae

Please sign in to comment.