From c3b999bd89876418a85127d0187326c3b1605b5e Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Fri, 4 Aug 2023 15:13:34 -0700 Subject: [PATCH] Update CIBuild.yml --- .github/workflows/CIBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CIBuild.yml b/.github/workflows/CIBuild.yml index 20c6fae..a1065c8 100644 --- a/.github/workflows/CIBuild.yml +++ b/.github/workflows/CIBuild.yml @@ -45,7 +45,7 @@ jobs: - name: Tests run: | - dotnet test src/UnitTests/NmeaParser.Tests.NET/bin/Release/netcoreapp3.1/NmeaParser.Tests.Net.dll -v normal + dotnet test src/UnitTests/NmeaParser.Tests.NET/bin/Release/net6.0/NmeaParser.Tests.Net.dll -v normal - name: Upload artifacts uses: actions/upload-artifact@v1