Project files CI changes (#14466)
This commit is contained in:
committed by
GitHub
parent
b0c3a37044
commit
497be5a470
6
.github/workflows/build-test-debug.yml
vendored
6
.github/workflows/build-test-debug.yml
vendored
@@ -42,16 +42,16 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
- name: Build Project
|
- 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
|
- 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
|
- name: Run Content.IntegrationTests
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$env:DOTNET_gcServer=1
|
$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:
|
ci-success:
|
||||||
name: Build & Test Debug
|
name: Build & Test Debug
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
6
.github/workflows/build-test-release.yml
vendored
6
.github/workflows/build-test-release.yml
vendored
@@ -42,16 +42,16 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
- name: Build Project
|
- 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
|
- 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
|
- name: Run Content.IntegrationTests
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$env:DOTNET_gcServer=1
|
$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:
|
ci-success:
|
||||||
name: Build & Test Release
|
name: Build & Test Release
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
2
.github/workflows/validate-rgas.yml
vendored
2
.github/workflows/validate-rgas.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: YAML schema validator
|
name: RGA schema validator
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master, staging, trying ]
|
branches: [ master, staging, trying ]
|
||||||
|
|||||||
2
.github/workflows/validate_mapfiles.yml
vendored
2
.github/workflows/validate_mapfiles.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: YAML schema validator
|
name: Map file schema validator
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master, staging, trying ]
|
branches: [ master, staging, trying ]
|
||||||
|
|||||||
Reference in New Issue
Block a user