diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 6161fc1c..50ebaf51 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -136,7 +136,7 @@ jobs: echo "Ensuring xUnit v3 test apphosts are executable on Linux..." echo "Configuration: ${{ matrix.configuration }}" # Dump a bit of info for debugging - find . -path "*/bin/${{ matrix.configuration }}/net*/*" -maxdepth 1 -type f -name "*Tests*" -print || true + find . -path "*/bin/${{ matrix.configuration }}/net*/*" -type f -name "*Tests*" -print || true # Actually fix permissions find . -path "*/bin/${{ matrix.configuration }}/net*/*" -type f -name "*Tests*" -exec chmod +x {} + echo "Permissions fixed."