update test action
Automatically run AD tests on githubThis 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 githubThis 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 whichwe can't do on a Github runner.This instead opts to use a Vagrant managed virtual machine on top of aMacOSX runner.The workflow makes use of the cache action which in theory would cachethe Vagrant box. Unfortunately the box is about 8GB and the cache islimited to 5GB, so no caching happens.If anyone has better ideas on how to run actual real tests against anautoprovisioned AD server, please let me know.
show more ...