mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
update test
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
cee095e948
commit
bbffeb11ac
3 changed files with 62 additions and 14 deletions
5
.github/workflows/test-python.yaml
vendored
5
.github/workflows/test-python.yaml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: Test
|
||||
if: contains(github.event.pull_request.labels.*.name, 'safe to test')
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
@ -92,3 +92,6 @@ jobs:
|
|||
python test/python/test_serialize.py
|
||||
env:
|
||||
TWITTER_SESSION: ${{ secrets.TWITTER_SESSION }}
|
||||
ERROR_UNCATCHED: "False"
|
||||
SLEEP_TIME: 2
|
||||
CUESOR_TEST_COUNT: 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue