From fb7d3ed1227389b1e6ec12ab1e876b36c072ef5a Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 8 Jun 2026 16:45:59 -0500 Subject: [PATCH] LS stuff --- .gitea/workflows/build.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4c600450..b32fae90 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,7 +13,20 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Run tests in Docker - run: ./scripts/test-linux.sh + run : + echo "ls -la ." + ls -la . + echo "ls -la /" + ls -la / + echo "realpath ." + realpath . + echo "realpath .." + realpath .. + echo "realpath ./scripts" + realpath ./scripts + echo "ls -la ./scripts" + ls -la ./scripts + # run: ./scripts/test-linux.sh # build-linux: # runs-on: ubuntu-latest