Add guest accounts variable to GitHub action
This commit is contained in:
parent
e8b5cbef7b
commit
51714b5ad2
|
@ -40,6 +40,9 @@ jobs:
|
|||
nimble md
|
||||
nimble scss
|
||||
- name: Run tests
|
||||
env:
|
||||
GUEST_ACCOUNTS: ${{ secrets.GUEST_ACCOUNTS }}
|
||||
run: |
|
||||
echo $GUEST_ACCOUNTS > ./guest_accounts.json
|
||||
./nitter &
|
||||
pytest -n4 tests
|
||||
|
|
Loading…
Reference in New Issue