Add environment variable when building

This commit is contained in:
Joakim Hellsén 2022-12-13 22:14:52 +01:00
commit ffbbe3bf62
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC

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
env:
TEST_WEBHOOK_URL: ${{ secrets.TEST_WEBHOOK_URL }}