Fix guest accounts CI setup
This commit is contained in:
parent
bd0be724f0
commit
b930a3d5bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
@ -50,6 +50,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GUEST_ACCOUNTS: ${{ secrets.GUEST_ACCOUNTS }}
|
GUEST_ACCOUNTS: ${{ secrets.GUEST_ACCOUNTS }}
|
||||||
run: |
|
run: |
|
||||||
echo $GUEST_ACCOUNTS > ./guest_accounts.json
|
echo $GUEST_ACCOUNTS > ./guest_accounts.jsonl
|
||||||
./nitter &
|
./nitter &
|
||||||
pytest -n4 tests
|
pytest -n4 tests
|
||||||
|
|
Loading…
Reference in a new issue