From 572727b27fce865d7712569ae13290742cb02a33 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 1 Feb 2024 14:57:01 -0600 Subject: [PATCH] make titles even more clear --- .github/workflows/ci_dbt_core_testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_dbt_core_testing.yml b/.github/workflows/ci_dbt_core_testing.yml index 63b8dc39..60ab3249 100644 --- a/.github/workflows/ci_dbt_core_testing.yml +++ b/.github/workflows/ci_dbt_core_testing.yml @@ -107,7 +107,7 @@ jobs: echo "dbt-common-ref=${{ steps.common-ref.outputs.ref }}" dbt-core-unit-test: - name: "Run unit tests" + name: "dbt-core unit tests" needs: [job-prep] runs-on: ubuntu-latest @@ -274,7 +274,7 @@ jobs: integration-report: if: ${{ always() }} - name: "Integration Test Suite Report" + name: "dbt-core Integration Test Suite Report" runs-on: ubuntu-latest needs: [dbt-core-integration-tests] steps: