mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Update Dockerfiles
This commit is contained in:
parent
6fcd849eff
commit
4d5091947c
3 changed files with 9 additions and 9 deletions
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
|
|
@ -14,9 +14,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
nim:
|
||||
- "1.6.10"
|
||||
- "1.6.x"
|
||||
- "2.0.x"
|
||||
- "2.2.x"
|
||||
- "devel"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
|
||||
nimble md
|
||||
nimble scss
|
||||
echo '${{ secrets.GUEST_ACCOUNTS }}' > ./guest_accounts.jsonl
|
||||
echo '${{ secrets.SESSIONS }}' > ./sessions.jsonl
|
||||
- name: Run tests
|
||||
run: |
|
||||
./nitter &
|
||||
|
|
|
|||
Loading…
Reference in a new issue