Skip test with authentication

This commit is contained in:
Alexander Sheiko 2023-05-21 01:29:08 +03:00
parent 0c2489c695
commit 10887ac302
3 changed files with 14 additions and 0 deletions

View file

@ -23,6 +23,7 @@ jobs:
- name: Test
env:
SKIP_AUTH_TEST: true
TWITTER_USERNAME: ${{ secrets.TWITTER_USERNAME }}
TWITTER_PASSWORD: ${{ secrets.TWITTER_PASSWORD }}
TWITTER_EMAIL: ${{ secrets.TWITTER_EMAIL }}