Strip this check for now so we can [TGSDeploy]

This commit is contained in:
Jordan Dominion
2024-08-19 06:52:29 -04:00
parent a90db08db0
commit e149fc9c72
-9
View File
@@ -1213,12 +1213,6 @@ jobs:
name: windows-integration-test-coverage-Release-Advanced-Sqlite
path: ./code_coverage/integration_tests/windows_integration_tests_release_system_sqlite
- name: Retrieve ReleaseNotes Binaries
uses: actions/download-artifact@v4
with:
name: release_notes_bins
path: release_notes_bins
- name: Upload Coverage to CodeCov
uses: codecov/codecov-action@v4
with:
@@ -1228,9 +1222,6 @@ jobs:
verbose: true
handle_no_reports_found: true
- name: Wait for CodeCov Status
run: dotnet release_notes_bins/Tgstation.Server.ReleaseNotes.dll --wait-codecov ${{ github.run_id }}
build-deb:
name: Build .deb Package # Can't do i386 due to https://github.com/dotnet/core/issues/4595
runs-on: ubuntu-latest