From ddb61d81c4143a343dfd12dcfbe5ca82d171a6b6 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Wed, 28 Aug 2024 13:32:42 +0200 Subject: [PATCH] test: do not include collie foundation docs in e2e tests enabling docs on a collie repository now requires more manual steps and is no longer e2e automatable --- test/e2e.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/e2e.sh b/test/e2e.sh index 907e910..e049cde 100755 --- a/test/e2e.sh +++ b/test/e2e.sh @@ -50,7 +50,4 @@ collie compliance import cfmm echo "Testing outputs" collie foundation tree collie kit tree -collie compliance tree - -echo "Testing documentation" -collie foundation docs --build +collie compliance tree \ No newline at end of file