File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 - name : Build
2323 run : dotnet build --configuration Release --no-restore
2424
25- - name : Test
26- run : dotnet test --no-build --verbosity normal --configuration Release
27- env :
28- RAGFLOW_API_KEY : ${{ secrets.RAGFLOW_API_KEY }}
29- RAGFLOW_BASE_URL : ${{ secrets.RAGFLOW_BASE_URL }}
25+ # - name: Test
26+ # run: dotnet test --no-build --verbosity normal --configuration Release
27+ # env:
28+ # RAGFLOW_API_KEY: ${{ secrets.RAGFLOW_API_KEY }}
29+ # RAGFLOW_BASE_URL: ${{ secrets.RAGFLOW_BASE_URL }}
3030
3131 - name : Extract version from tag
3232 id : get_version
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ public void ConfigureServices(IServiceCollection services)
1717 . Build ( ) ;
1818
1919 services . AddSingleton < IConfiguration > ( configuration ) ;
20-
21- // 添加测试用的 HttpContextAccessor
22- services . AddSingleton < IHttpContextAccessor , TestHttpContextAccessor > ( ) ;
2320
2421 services . AddRagflowSharp ( options =>
2522 {
You can’t perform that action at this time.
0 commit comments