Skip to content

Commit 4d56c7a

Browse files
committed
remove temporary mongo tests due to integration-test package issues
1 parent 7d45dec commit 4d56c7a

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/DotNET-build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,11 @@ on:
2828

2929
jobs:
3030
ubuntu-latest:
31-
name: ubuntu-22.04
32-
runs-on: ubuntu-22.04
31+
name: ubuntu-latest
32+
runs-on: ubuntu-latest
3333

3434
steps:
35-
- name: Setup Node.js environment
36-
uses: actions/[email protected]
37-
with:
38-
node-version: '>=20.x'
39-
40-
# temporary from here...
35+
# temporary from here...
4136
- name: Setup dotnet 6
4237
uses: actions/setup-dotnet@v4
4338
with:

tests/Serilog.Ui.MongoDbProvider.Tests/Serilog.Ui.MongoDbProvider.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<PropertyGroup>
44
<AssemblyName>MongoDb.Tests</AssemblyName>
55
<RootNamespace>MongoDb.Tests</RootNamespace>
6+
<!-- temporary fix due to issues with ubuntu-latest and EphemeralMongo -->
7+
<IsTestProject>false</IsTestProject>
68
</PropertyGroup>
79

810
<ItemGroup>

0 commit comments

Comments
 (0)