From 44d334bf4a91b9d29f55067e6f1e5a62f8261efd Mon Sep 17 00:00:00 2001 From: Edwin Lee Date: Wed, 28 Aug 2024 09:19:59 -0500 Subject: [PATCH] Fixup naming of testing for debug runs --- .github/workflows/debug_coverage.yml | 4 ++-- .github/workflows/debug_integration.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/debug_coverage.yml b/.github/workflows/debug_coverage.yml index f550815390f..019b48e426d 100644 --- a/.github/workflows/debug_coverage.yml +++ b/.github/workflows/debug_coverage.yml @@ -1,4 +1,4 @@ -name: Debug Build with Coverage +name: Debug Build with Unit Test Coverage on: pull_request: @@ -13,7 +13,7 @@ env: shell: bash jobs: - run_debug_coverage: + run_unit_test_debug_coverage: runs-on: ubuntu-24.04 permissions: pull-requests: write diff --git a/.github/workflows/debug_integration.yml b/.github/workflows/debug_integration.yml index 2da6a5eb862..23a612f5cc0 100644 --- a/.github/workflows/debug_integration.yml +++ b/.github/workflows/debug_integration.yml @@ -1,4 +1,4 @@ -name: Debug Build with Coverage +name: Debug Integration Testing on: pull_request: @@ -13,7 +13,7 @@ env: shell: bash jobs: - run_debug_coverage: + run_debug_integration: runs-on: ubuntu-24.04 permissions: pull-requests: write