Add tokens to test

This commit is contained in:
Dylan 2023-07-02 17:56:25 +01:00
parent c098c0aad4
commit 26d4a49f97

View File

@ -22,5 +22,7 @@ jobs:
pip install pytest pytest-cov pytest-env
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
env:
VXTWITTER_WORKAROUND_TOKENS: ${{ secrets.VXTWITTER_WORKAROUND_TOKENS }}
run: |
pytest --cov-config=.coveragerc --cov=.