Skip to content

Commit

Permalink
chore(misc): fix various ci issue
Browse files Browse the repository at this point in the history
*some of them shown cancelled instead of failed. Need to address this issue later
  • Loading branch information
NeverBehave committed Aug 13, 2021
1 parent e2a11a2 commit fe4c82e
Show file tree
Hide file tree
Showing 5 changed files with 26,119 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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] }}/
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN if [ "$USE_CHINA_NPM_REGISTRY" = 1 ]; then \
RUN npm i -g npm

RUN if [ "$PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" = 0 ]; then \
unset PUPPETEER_SKIP_CHROMIUM_DOWNLOAD && npm install ;\
unset PUPPETEER_SKIP_CHROMIUM_DOWNLOAD && npm ci ;\
else \
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true && npm install ;\
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true && npm ci ;\
fi;

RUN node tools/minify-docker.js
Expand Down
12 changes: 0 additions & 12 deletions docs/new-media.md
Original file line number Diff line number Diff line change
Expand Up @@ -2556,18 +2556,6 @@ column 为 third 时可选的 category:

</Route>

## 中国计算机学会

### 新闻

<Route author="nczitzk" example="/ccf/news" path="/ccf/news/:category?" :paramsDesc="['分类,见下表,默认为 CCF 新闻']">

| CCF 新闻 | CCF 聚焦 | ACM 信息 |
| ---------- | -------- | -------- |
| Media_list | Focus | ACM_News |

</Route>

## 中国科学院青年创新促进会

### 最新博文
Expand Down
Loading

0 comments on commit fe4c82e

Please sign in to comment.