Fix guest accounts CI setup attempt 4
This commit is contained in:
parent
1d20bd01cb
commit
7b3fcdc622
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
|
sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
|
||||||
nimble md
|
nimble md
|
||||||
nimble scss
|
nimble scss
|
||||||
echo "${{ vars.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
|
echo '${{ secrets.GUEST_ACCOUNTS }}' > ./guest_accounts.jsonl
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
./nitter &
|
./nitter &
|
||||||
|
|
Loading…
Reference in a new issue