Skip to content

Commit

Permalink
Fix guest accounts CI setup attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Nov 1, 2023
1 parent 1d20bd0 commit 7b3fcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
nimble md
nimble scss
echo "${{ vars.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
echo '${{ secrets.GUEST_ACCOUNTS }}' > ./guest_accounts.jsonl
- name: Run tests
run: |
./nitter &
Expand Down

0 comments on commit 7b3fcdc

Please sign in to comment.