Add tokens to test
This commit is contained in:
parent
c098c0aad4
commit
26d4a49f97
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@ -22,5 +22,7 @@ jobs:
|
|||||||
pip install pytest pytest-cov pytest-env
|
pip install pytest pytest-cov pytest-env
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
|
env:
|
||||||
|
VXTWITTER_WORKAROUND_TOKENS: ${{ secrets.VXTWITTER_WORKAROUND_TOKENS }}
|
||||||
run: |
|
run: |
|
||||||
pytest --cov-config=.coveragerc --cov=.
|
pytest --cov-config=.coveragerc --cov=.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user