Skip to content

Commit dcd3cdd

Browse files
committed
chore: 更新 action
1 parent cd681ef commit dcd3cdd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
- main
88
- dev
9+
- chore-action
910

1011
jobs:
1112
build:
@@ -35,3 +36,11 @@ jobs:
3536
uses: codecov/codecov-action@v4
3637
with:
3738
token: ${{ secrets.CODECOV_TOKEN }}
39+
40+
- name: Check Router
41+
run: |
42+
dotnet test test/UnitTestDocs
43+
44+
- name: Check Localizer
45+
run: |
46+
dotnet test test/UnitTestLocalization

0 commit comments

Comments
 (0)