API: test fetching the queue and latestbuilds

This commit is contained in:
Graham Christensen
2022-01-14 13:33:44 -05:00
parent 1f49a5af66
commit e5c8a35423
2 changed files with 88 additions and 0 deletions

8
t/jobs/one-job.nix Normal file
View File

@ -0,0 +1,8 @@
with import ./config.nix;
{
one_job =
mkDerivation {
name = "empty-dir";
builder = ./empty-dir-builder.sh;
};
}