File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed
QuantConnect.FactSet.Tests Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- runs-on : ubuntu-20.04
10-
9+ runs-on : ubuntu-24.04
1110 steps :
1211 - name : Checkout
1312 uses : actions/checkout@v2
1413
15- - name : Free space
16- run : df -h && sudo rm -rf /usr/local/lib/android && sudo rm -rf /opt/ghc && rm -rf /opt/hostedtoolcache* && df -h
14+ - name : Liberate disk space
15+ uses : jlumbroso/free-disk-space@main
16+ with :
17+ tool-cache : true
18+ large-packages : false
19+ docker-images : false
20+ swap-storage : false
1721
1822 - name : Checkout Lean Same Branch
1923 id : lean-same-branch
4448 # Build
4549 dotnet build /p:Configuration=Release /v:quiet /p:WarningLevel=1 QuantConnect.DataSource.FactSet.sln
4650 # Run Tests
47- dotnet test ./QuantConnect.FactSet.Tests/bin/Release/net6 .0/QuantConnect.DataLibrary.Tests.dll
51+ dotnet test ./QuantConnect.FactSet.Tests/bin/Release/net9 .0/QuantConnect.DataLibrary.Tests.dll
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <AssemblyName >process</AssemblyName >
66 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net6 .0</TargetFramework >
3+ <TargetFramework >net9 .0</TargetFramework >
44 <RootNamespace >QuantConnect.DataLibrary.Tests</RootNamespace >
55 <AssemblyName >QuantConnect.DataLibrary.Tests</AssemblyName >
66 </PropertyGroup >
77 <ItemGroup >
88 <PackageReference Include =" protobuf-net" Version =" 3.1.33" />
9- <PackageReference Include =" NUnit" Version =" 3.13.3 " />
10- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1 " >
9+ <PackageReference Include =" NUnit" Version =" 4.2.2 " />
10+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0 " >
1111 <PrivateAssets >all</PrivateAssets >
1212 </PackageReference >
1313 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
44 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 <Product >QuantConnect.Lean.DataSource.FactSet</Product >
77 <AssemblyName >QuantConnect.Lean.DataSource.FactSet</AssemblyName >
88 <RootNamespace >QuantConnect.Lean.DataSource.FactSet</RootNamespace >
You can’t perform that action at this time.
0 commit comments