From 06c517c9aa667781da220299ba2a200b78344fa2 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 8 Jun 2026 16:47:45 -0500 Subject: [PATCH] chmod --- .gitea/workflows/build.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 92f0b17c..fbf732fb 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,19 +14,8 @@ jobs: uses: actions/checkout@v6 - name: Run tests in Docker 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 + chmod +x ./scripts/test-linux.sh + ./scripts/test-linux.sh # build-linux: # runs-on: ubuntu-latest