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