|
@@ -44,12 +44,11 @@ jobs:
|
|
|
run: |
|
|
run: |
|
|
|
sudo apt install libsass-dev -y
|
|
sudo apt install libsass-dev -y
|
|
|
cp nitter.example.conf nitter.conf
|
|
cp nitter.example.conf nitter.conf
|
|
|
|
|
+ sed -i 's/enableDebug = false/enableDebug = true/g'
|
|
|
nimble md
|
|
nimble md
|
|
|
nimble scss
|
|
nimble scss
|
|
|
|
|
+ echo "${{ env.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
|
|
|
- name: Run tests
|
|
- name: Run tests
|
|
|
- env:
|
|
|
|
|
- GUEST_ACCOUNTS: ${{ secrets.GUEST_ACCOUNTS }}
|
|
|
|
|
run: |
|
|
run: |
|
|
|
- echo $GUEST_ACCOUNTS > ./guest_accounts.jsonl
|
|
|
|
|
./nitter &
|
|
./nitter &
|
|
|
pytest -n4 tests
|
|
pytest -n4 tests
|