exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

Add job name to .github/workflows/test_python_version.yml #182

Closed kaklakariada closed 2 years ago

kaklakariada commented 2 years ago

github-keeper can only update the branch protection in this repo if a job name is defined in .github/workflows/test_python_version.yml:

Validation Error for .github/workflows/test_python_version.yml: multi dimensional matrix github-action jobs with no explicit name are not supported. Please add a name field to the job that combines the matrix parameters into a more readable name. For example "Build with Go ${{matrix.go}} and Exasol ${{ matrix.db }}"