a1fd61ba | 30-Jun-2021 |
Andreas Gohr <andi@splitbrain.org> |
Automatically run AD tests on github
This is far from optimal, yet.
Ideally we would install the AD server on a Github Windows runner. However this seems not to be possible without intermediate reb
Automatically run AD tests on github
This is far from optimal, yet.
Ideally we would install the AD server on a Github Windows runner. However this seems not to be possible without intermediate reboots which we can't do on a Github runner.
This instead opts to use a Vagrant managed virtual machine on top of a MacOSX runner.
The workflow makes use of the cache action which in theory would cache the Vagrant box. Unfortunately the box is about 8GB and the cache is limited to 5GB, so no caching happens.
If anyone has better ideas on how to run actual real tests against an autoprovisioned AD server, please let me know.
show more ...
|
3b5700e1 | 29-Mar-2020 |
Andreas Gohr <andi@splitbrain.org> |
Added unit tests
We now can test against an AD server based on https://github.com/splitbrain/vagrant-active-directory unfortunately, it's not yet possible to do that automated on travis, so the trav
Added unit tests
We now can test against an AD server based on https://github.com/splitbrain/vagrant-active-directory unfortunately, it's not yet possible to do that automated on travis, so the travis config has been removed for now.
show more ...
|