]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Project files CI changes (#14466)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Fri, 10 Mar 2023 19:58:57 +0000 (20:58 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 19:58:57 +0000 (11:58 -0800)
.github/workflows/build-test-debug.yml
.github/workflows/build-test-release.yml
.github/workflows/validate-rgas.yml
.github/workflows/validate_mapfiles.yml

index 3a3d93b7fb13ba564a57d4e2f8b0472abdca7aed..89abcee445746cba8410c0782cd625209c83f6e1 100644 (file)
@@ -42,16 +42,16 @@ jobs:
       run: dotnet restore
 
     - name: Build Project
-      run: dotnet build --configuration Debug --no-restore /p:WarningsAsErrors=nullable /m
+      run: dotnet build --configuration DebugOpt --no-restore /p:WarningsAsErrors=nullable /m
 
     - name: Run Content.Tests
-      run: dotnet test --no-build Content.Tests/Content.Tests.csproj -- NUnit.ConsoleOut=0
+      run: dotnet test --no-build --configuration DebugOpt Content.Tests/Content.Tests.csproj -- NUnit.ConsoleOut=0
 
     - name: Run Content.IntegrationTests
       shell: pwsh
       run: |
         $env:DOTNET_gcServer=1
-        dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0
+        dotnet test --no-build --configuration DebugOpt Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0
   ci-success:
     name: Build & Test Debug
     needs:
index 1658a57d5cd311c9138a0f8d77dd10453d7eb4aa..07ce558fb0229b1158e3c1244b2f678951230fc4 100644 (file)
@@ -42,16 +42,16 @@ jobs:
       run: dotnet restore
 
     - name: Build Project
-      run: dotnet build --configuration Release --no-restore /p:WarningsAsErrors=nullable /m
+      run: dotnet build --configuration Tools --no-restore /p:WarningsAsErrors=nullable /m
 
     - name: Run Content.Tests
-      run: dotnet test --no-build Content.Tests/Content.Tests.csproj -- NUnit.ConsoleOut=0
+      run: dotnet test --configuration Tools --no-build Content.Tests/Content.Tests.csproj -- NUnit.ConsoleOut=0
 
     - name: Run Content.IntegrationTests
       shell: pwsh
       run: |
         $env:DOTNET_gcServer=1
-        dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0
+        dotnet test --configuration Tools --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0
   ci-success:
     name: Build & Test Release
     needs:
index a06d3793e783029bb7d2b8e4a09d0a178560ca6f..539a3357d4a4b779eeb92bff52b09c6405054790 100644 (file)
@@ -1,4 +1,4 @@
-name: YAML schema validator
+name: RGA schema validator
 on:
   push:
     branches: [ master, staging, trying ]
index e849d2a53eb65be0617d1cc549fe1cb5b41560a1..c47d33db716b946defee1dbe542f3aeff6bf047c 100644 (file)
@@ -1,4 +1,4 @@
-name: YAML schema validator
+name: Map file schema validator
 on:
   push:
     branches: [ master, staging, trying ]