Skip to content

Commit

Permalink
Fix guest accounts CI setup attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Nov 1, 2023
1 parent b930a3d commit 33bad37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ jobs:
run: |
sudo apt install libsass-dev -y
cp nitter.example.conf nitter.conf
sed -i 's/enableDebug = false/enableDebug = true/g'
nimble md
nimble scss
echo "${{ env.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
- name: Run tests
env:
GUEST_ACCOUNTS: ${{ secrets.GUEST_ACCOUNTS }}
run: |
echo $GUEST_ACCOUNTS > ./guest_accounts.jsonl
./nitter &
pytest -n4 tests

0 comments on commit 33bad37

Please sign in to comment.