Skip to content

Commit 6441d7e

Browse files
Update pr-check.yml
1 parent b818f59 commit 6441d7e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
- name: Install
2828
run: npm install yarn -g && yarn install
2929

30+
# 运行 parser 测试
31+
- name: Parser Test
32+
run: yarn parser:test --run
33+
3034
# 生成静态文件
3135
- name: Build
3236
run: yarn build && cd ./packages/webgal && touch dist/.nojekyll

0 commit comments

Comments
 (0)