token functionality

This commit is contained in:
msramalho
2022-06-21 14:23:54 +02:00
parent 90b72b6d22
commit 80b43f7c95
6 changed files with 24 additions and 35 deletions

View File

@@ -21,7 +21,6 @@ env:
VK_USERNAME: ${{ secrets.VK_USERNAME }}
VK_PASSWORD: ${{ secrets.VK_PASSWORD }}
VK_TOKEN: ${{ secrets.VK_TOKEN }}
CAPTCHA_HANDLE_URL: ${{ secrets.CAPTCHA_HANDLE_URL }}
jobs:
checks:
@@ -33,10 +32,10 @@ jobs:
matrix:
# python: ['3.7', '3.10']
python: ['3.10']
task: # --show-capture=no on purpose
task: # --show-capture=no on purpose
- name: Test
run: |
pytest -s --color=yes tests/
pytest --show-capture=no --color=yes tests/
include:
- python: '3.10'