From b6ad1788122270340d39eefca9f314dd046e5d86 Mon Sep 17 00:00:00 2001 From: GsLogimaker Date: Fri, 3 May 2024 19:34:45 -0500 Subject: [PATCH] unittests.yml see more in "Print top files" --- .github/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index de97c2d..b6989b5 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -51,4 +51,4 @@ jobs: if: always() run: | sudo apt install tree - tree ../ -L 3 \ No newline at end of file + tree ../../ -L 5 \ No newline at end of file