From 04e7a2b45a73a73765e699db1e4f591406229c44 Mon Sep 17 00:00:00 2001 From: GsLogimaker Date: Fri, 3 May 2024 21:28:19 -0500 Subject: [PATCH] Update unittests.yml --- .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 c878aec..d869327 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -28,7 +28,7 @@ jobs: --features compile_bindings \ --target-dir ./addons/glecs/bin - tree ./ -L 3 + tree ~/ -L 3 cp ./addons/glecs/bin/debug ./addons/glecs/bin/release -r - uses: croconut/godot-tester@v5.1