Skip to content

Commit

Permalink
Update GitHub Actions workflow to include Zyte Smart Proxy API key fo…
Browse files Browse the repository at this point in the history
…r Pytest environment
  • Loading branch information
dogweather committed Dec 22, 2024
1 parent d2a8848 commit 199f676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
poetry install --no-interaction
- name: Pytest
env:
ZYTE_SMARTPROXY_APIKEY: ${{ secrets.ZYTE_SMARTPROXY_APIKEY }}
run: poetry run pytest

- name: Pyright
Expand Down

0 comments on commit 199f676

Please sign in to comment.