Skip to content

Commit

Permalink
Fix naming in for unit-test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Jan 16, 2025
1 parent c35c38c commit 949ba6d
Showing 1 changed file with 1 addition 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 @@ -136,7 +136,7 @@ jobs:
run: poetry run nox -s project:format

Tests:
name: Unit-Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}})
name: Unit-Tests (Python-${{ matrix.python-version }})
needs: [ Documentation, Lint, Type-Check, Security, Format, build-matrix ]
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 949ba6d

Please sign in to comment.