Fix guest accounts CI setup attempt 3
This commit is contained in:
parent
b0b335106d
commit
58e73a14c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
|
||||
nimble md
|
||||
nimble scss
|
||||
echo "${{ env.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
|
||||
echo "${{ vars.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
|
||||
- name: Run tests
|
||||
run: |
|
||||
./nitter &
|
||||
|
|
Loading…
Reference in a new issue