diff --git a/Taskfile.yaml b/Taskfile.yaml index 18cd532b8..d3d59426b 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -137,6 +137,7 @@ tasks: fingerprints: desc: Generate fingerprints for all non-docker test fixtures silent: true + deps: [tmpdir] # this will look for `testdata/Makefile` and invoke the `fingerprint` target to calculate all cache input fingerprint files generates: - '**/testdata/**/*.fingerprint'