Skip to content

Commit

Permalink
Renamed Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Sep 12, 2024
1 parent eff7059 commit 4a09b3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,22 @@ 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:
slow-tests: ${{ inputs.slow-tests }}
python-version: ${{ inputs.python-version }}

integration-tests-with-db:
name: iTests with DB
uses: ./.github/workflows/tests-integration-db.yml
secrets: inherit
with:
Expand Down

0 comments on commit 4a09b3f

Please sign in to comment.