Skip to content

Commit 9e9de70

Browse files
committed
Fixed synchronous tests hang on the GitHub CI on Windows
1 parent 8bde0a9 commit 9e9de70

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/FSharp.Data.GraphQL.IntegrationTests/FSharp.Data.GraphQL.IntegrationTests.fsproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
<None Include="operation.graphql">
2020
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2121
</None>
22-
<Content Condition="$(OS) != Unix" Include="xunit.runner.json" />
23-
<Content Condition="$(OS) == Unix" Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
22+
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
2423
<Compile Include="Helpers.fs" />
2524
<Compile Include="LocalProviderTests.fs" />
2625
<Compile Include="LocalProviderWithOptionalParametersOnlyTests.fs" />

tests/FSharp.Data.GraphQL.Tests/FSharp.Data.GraphQL.Tests.fsproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
</ItemGroup>
6868

6969
<ItemGroup>
70-
<Content Condition="$(OS) != Unix" Include="xunit.runner.json" />
71-
<Content Condition="$(OS) == Unix" Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
70+
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
7271
</ItemGroup>
7372

7473
<ItemGroup>

0 commit comments

Comments
 (0)