mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 05:27:30 +01:00
Strip this check for now so we can [TGSDeploy]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user