Actually run integration tests.

This commit is contained in:
Pieter-Jan Briers
2020-06-12 14:00:25 +02:00
parent 6674be3adc
commit e8c0ab52f5

View File

@@ -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