mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
ci: update test workflow
This commit is contained in:
parent
4464703b7b
commit
ecfcbd8850
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -30,8 +30,10 @@ jobs:
|
||||
- name: Unit Test
|
||||
env:
|
||||
NODE_OPTIONS: --max_old_space_size=8192
|
||||
run: pnpm run test --run
|
||||
run: pnpm run test
|
||||
|
||||
- name: Upload coverage
|
||||
if: github.ref == 'refs/heads/main'
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user