Skip to content

Commit

Permalink
Fix guest accounts CI setup attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Nov 1, 2023
1 parent b0b3351 commit 58e73a1
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 "${{ env.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
echo "${{ vars.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
- name: Run tests
run: |
./nitter &
Expand Down

0 comments on commit 58e73a1

Please sign in to comment.