Skip to content

Commit

Permalink
Merge pull request #140 from BUTR/dev
Browse files Browse the repository at this point in the history
v2.0.0 #3
  • Loading branch information
Aragas authored Mar 18, 2022
2 parents b791c70 + 076edb3 commit dd23a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
$testproj = "$PWD/tests/Bannerlord.ButterLib.Tests/Bannerlord.ButterLib.Tests.csproj";
$testprojimpl = "$PWD/tests/Bannerlord.ButterLib.Implementation.Tests/Bannerlord.ButterLib.Implementation.Tests.csproj";
$gameversions = Get-Content -Path supported-game-versions.txt;
[string[]]$gameversions = Get-Content -Path supported-game-versions.txt;
For ($i = 0; $i -le $gameversions.Length - 1; $i++)
{
Expand Down

0 comments on commit dd23a98

Please sign in to comment.