mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Actually run integration tests.
This commit is contained in:
8
.github/workflows/test-content.yml
vendored
8
.github/workflows/test-content.yml
vendored
@@ -24,17 +24,17 @@ jobs:
|
||||
dotnet-version: 3.1.300
|
||||
- name: Disable submodule autoupdate
|
||||
run: touch BuildChecker/DISABLE_SUBMODULE_AUTOUPDATE
|
||||
|
||||
|
||||
- name: Check out engine version
|
||||
run: |
|
||||
cd RobustToolbox
|
||||
git fetch origin ${{ github.sha }}
|
||||
git checkout FETCH_HEAD
|
||||
git checkout FETCH_HEAD
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
- name: Content.Tests
|
||||
run: dotnet test --no-build Content.Tests/Content.Tests.csproj
|
||||
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n
|
||||
- name: Content.IntegrationTests
|
||||
run: dotnet test --no-build Content.Tests/Content.Tests.csproj
|
||||
run: dotnet test --no-build Content.Tests/Content.IntegrationTests.csproj -v n
|
||||
|
||||
Reference in New Issue
Block a user