ruby-ldap / ruby-net-ldap

Pure Ruby LDAP library
https://rubygems.org/gems/net-ldap
Other
399 stars 253 forks source link

Create first GitHub action #376

Closed HarlemSquirrel closed 4 years ago

HarlemSquirrel commented 4 years ago

Run our test suite and Rubcop in GitHub Actions.

This also adds a docker-compose.yml that allows for anyone to run the CI jobs fully containerized.

Since our integration tests are running in a docker network, we need another hostname alias to test certificate mismatches so the openldap server is availabe at cert.mismatch.example.org and ldap.example.org but the later is the only one valid per the generated certificate.