Skip to content

Commit

Permalink
Fixup naming of testing for debug runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Aug 28, 2024
1 parent 435070a commit 44d334b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Debug Build with Coverage
name: Debug Build with Unit Test Coverage

on:
pull_request:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/debug_integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Debug Build with Coverage
name: Debug Integration Testing

on:
pull_request:
Expand All @@ -13,7 +13,7 @@ env:
shell: bash

jobs:
run_debug_coverage:
run_debug_integration:
runs-on: ubuntu-24.04
permissions:
pull-requests: write
Expand Down

0 comments on commit 44d334b

Please sign in to comment.