Add guest accounts variable to GitHub action

This commit is contained in:
Zed 2023-08-21 11:25:27 +02:00 committed by GitHub
parent e8b5cbef7b
commit 51714b5ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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