Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
experiment: add timeout in case of vscode test hang. Update trimmed r…
Browse files Browse the repository at this point in the history
…oots to avoid hang but stil fail tests.
chrissimon-au committed Nov 20, 2023
1 parent e22d869 commit 44bcb85
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/contextive-vscode.yml
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ jobs:
DISPLAY: ":99.0"
DOTNET_VERSION: ${{ env.dotnet-version }}
if: runner.os == 'Linux'
timeout-minutes: 5
- name: Upload VsCode Extension Test Results
uses: actions/upload-artifact@v3
with:
Original file line number Diff line number Diff line change
@@ -27,9 +27,9 @@
<TrimmerRootAssembly Include="OmniSharp.Extensions.LanguageServer" />
<TrimmerRootAssembly Include="OmniSharp.Extensions.LanguageProtocol" />
<TrimmerRootAssembly Include="OmniSharp.Extensions.LanguageServer.Shared" />
<!--<TrimmerRootAssembly Include="Newtonsoft.Json" />
<TrimmerRootAssembly Include="Newtonsoft.Json" />
<TrimmerRootAssembly Include="MediatR" />
<TrimmerRootAssembly Include="Contextive.Core" />-->
<!--<TrimmerRootAssembly Include="Contextive.Core" />-->
</ItemGroup>
<ItemGroup>
<Compile Include="Seq.fs" />

0 comments on commit 44bcb85

Please sign in to comment.