mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
chore(misc): fix various ci issue
*some of them shown cancelled instead of failed. Need to address this issue later
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: yarn install
|
||||
- run: npm ci
|
||||
- run: npm run jest
|
||||
env:
|
||||
REDIS_URL: redis://localhost:${{ job.services.redis.ports[6379] }}/
|
||||
|
||||
Reference in New Issue
Block a user