Readd "NoService" specifier to Linux build configs

This commit is contained in:
Jordan Brown
2020-12-18 01:32:49 -05:00
parent ddce6a31ed
commit d8573d818e
+2 -2
View File
@@ -372,13 +372,13 @@ jobs:
echo "TGS4_GITHUB_REF=${TEMP_GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Build
run: dotnet build -c ${{ matrix.configuration }}
run: dotnet build -c ${{ matrix.configuration }}NoService
- name: Run Integration Test
run: |
cd tests/Tgstation.Server.Tests
sleep 10
dotnet test -c ${{ matrix.configuration }} --no-build -l "console;verbosity=detailed;noprogress=true" --collect:"XPlat Code Coverage" --settings ../../build/coverlet.runsettings -r ./TestResults
dotnet test -c ${{ matrix.configuration }}NoService --no-build -l "console;verbosity=detailed;noprogress=true" --collect:"XPlat Code Coverage" --settings ../../build/coverlet.runsettings -r ./TestResults
- name: Store Code Coverage
uses: actions/upload-artifact@v2