Skip to content

Commit

Permalink
更新 GitHub 工作流程以支援子模組檢出,並設置完整的提取深度
Browse files Browse the repository at this point in the history
  • Loading branch information
marsen committed Nov 14, 2024
1 parent 0da8123 commit ce6c2fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Checkout Repository
uses: actions/checkout@main
with:
submodules: true
fetch-depth: 0
- name: Npm install
run: npm i --prefix src/Marsen.TypeScript.Dojo
- name: Run Cover
Expand Down

0 comments on commit ce6c2fe

Please sign in to comment.