Skip to content

Commit

Permalink
Fix guest accounts CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Oct 31, 2023
1 parent bd0be72 commit b930a3d
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 @@ -50,6 +50,6 @@ jobs:
env:
GUEST_ACCOUNTS: ${{ secrets.GUEST_ACCOUNTS }}
run: |
echo $GUEST_ACCOUNTS > ./guest_accounts.json
echo $GUEST_ACCOUNTS > ./guest_accounts.jsonl
./nitter &
pytest -n4 tests

0 comments on commit b930a3d

Please sign in to comment.