From 3828ccf061556ef28a4ea421cd42ea58a0aa2755 Mon Sep 17 00:00:00 2001 From: GsLogimaker Date: Fri, 3 May 2024 14:20:32 -0500 Subject: [PATCH] Replace ls with tree in unittests.yml --- .github/workflows/unittests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 1d43013..9c51317 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -49,4 +49,6 @@ jobs: - name: Print top files if: always() - run: ls \ No newline at end of file + run: | + apt install tree + tree ../ -L 3 \ No newline at end of file