File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -161,14 +161,16 @@ jobs:
161161 -v:m -p:WarningLevel=0 `
162162 -p:Configuration=${{ github.event.inputs.build-type || inputs.build-type || 'Debug' }} `
163163 -p:StridePlatforms=Windows `
164- -p:StrideGraphicsApis=${{ matrix.graphics-api }}
164+ -p:StrideGraphicsApis=${{ matrix.graphics-api }} `
165+ -p:StrideGraphicsApi=${{ matrix.graphics-api }}
165166 - name : Test
166167 run : |
167168 dotnet test build\Stride.Tests.Game.GPU.slnf `
168169 --no-build `
169170 --logger:trx --results-directory TestResults `
170171 -p:Configuration=${{ github.event.inputs.build-type || inputs.build-type || 'Debug' }} `
171172 -p:StrideGraphicsApis=${{ matrix.graphics-api }} `
173+ -p:StrideGraphicsApi=${{ matrix.graphics-api }} `
172174 -- RunConfiguration.MaxCpuCount=1
173175 - name : Publish Test Report
174176 if : always()
You can’t perform that action at this time.
0 commit comments