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:
NeverBehave
2021-08-12 21:57:56 -07:00
parent e2a11a2003
commit fe4c82ef2d
5 changed files with 26119 additions and 73 deletions
+1 -1
View File
@@ -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] }}/