Add environment variable when building

This commit is contained in:
2022-12-13 22:14:52 +01:00
parent a704a63582
commit ffbbe3bf62

View File

@ -15,7 +15,9 @@ jobs:
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: 'poetry'
- run: poetry install
- run: poetry run pytest
- run: poetry run pytest
env:
TEST_WEBHOOK_URL: ${{ secrets.TEST_WEBHOOK_URL }}