Skip to content

Commit

Permalink
make titles even more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 1, 2024
1 parent 3c6ab04 commit 572727b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 572727b

Please sign in to comment.