diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2a20cf4f..096ea990 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -60,7 +60,7 @@ jobs: run: poetry run nox -s type-check tests-job: - name: Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}}) + name: Tests # (Python ${{ matrix.python-version }}, Exasol ${{ matrix.exasol-version}}) needs: [lint-job, type-check-job] strategy: fail-fast: false diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e11375b5..783b239a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,12 +16,14 @@ on: jobs: unit-tests: + name: Unit uses: ./.github/workflows/tests-unit.yml secrets: inherit with: python-version: ${{ inputs.python-version }} integration-tests-without-db: + name: iTests (no DB) uses: ./.github/workflows/tests-integration-no-db.yml secrets: inherit with: @@ -29,6 +31,7 @@ jobs: python-version: ${{ inputs.python-version }} integration-tests-with-db: + name: iTests with DB uses: ./.github/workflows/tests-integration-db.yml secrets: inherit with: