File tree Expand file tree Collapse file tree 3 files changed +11
-34
lines changed
src/BootstrapBlazor.Server Expand file tree Collapse file tree 3 files changed +11
-34
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 build :
1212 runs-on : ubuntu-latest
13-
13+
1414 steps :
1515 - uses : actions/checkout@v4
1616
2020 dotnet-version : 9.0.x
2121
2222 - name : Build
23- env :
23+ env :
2424 NUGET_API_KEY : ${{secrets.NUGET_API_KEY}}
2525 Bundle : True
2626 run : |
3535 uses : codecov/codecov-action@v4
3636 with :
3737 token : ${{ secrets.CODECOV_TOKEN }}
38+
39+ - name : Check Router
40+ run : |
41+ dotnet test test/UnitTestDocs
42+
43+ - name : Check Localizer
44+ run : |
45+ dotnet test test/UnitTestLocalization
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 229229 "typed" : " Typeds" ,
230230 "univer-sheet" : " UniverSheets" ,
231231 "shield-badge" : " ShieldBadges" ,
232- "opt -input" : " OtpInputs" ,
232+ "otp -input" : " OtpInputs" ,
233233 "otp-service" : " OtpServices" ,
234234 "video-device" : " VideoDevices" ,
235235 "audio-device" : " AudioDevices" ,
You can’t perform that action at this time.
0 commit comments