Add guest accounts variable to GitHub action
This commit is contained in:
parent
e8b5cbef7b
commit
51714b5ad2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
|
@ -40,6 +40,9 @@ jobs:
|
||||||
nimble md
|
nimble md
|
||||||
nimble scss
|
nimble scss
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
env:
|
||||||
|
GUEST_ACCOUNTS: ${{ secrets.GUEST_ACCOUNTS }}
|
||||||
run: |
|
run: |
|
||||||
|
echo $GUEST_ACCOUNTS > ./guest_accounts.json
|
||||||
./nitter &
|
./nitter &
|
||||||
pytest -n4 tests
|
pytest -n4 tests
|
||||||
|
|
Loading…
Reference in a new issue