Skip to content

Commit

Permalink
Strip this check for now so we can [TGSDeploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 19, 2024
1 parent a90db08 commit e149fc9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit e149fc9

Please sign in to comment.