exasol / r-exasol

The EXASOL package for R provides an interface to the EXASOL database.
http://www.exasol.com
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Add job name to .github/workflows/cpp_test.yml #115

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/cpp_test.yml:

Validation Error for .github/workflows/cpp_test.yml: matrix github-action jobs with object parameters and no job 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 }}"

kaklakariada commented 2 years ago

Sorry, there is another workflow that must be adapted: https://github.com/exasol/r-exasol/blob/main/.github/workflows/windows_macosx.yml

tomuben commented 2 years ago

Remaining job-names will be fixed with #120. Closing this one now.