Update .gitea/workflows/dotnet-test.yml
Some checks failed
CI Demo / build (push) Successful in 3s
Docker Test / docker-ops (push) Successful in 5s
Go Test / go-test (push) Failing after 5s
Java Test / java-hello (push) Successful in 28s
Julia Test / julia-test (push) Failing after 4s
Kotlin Test / kotlin-hello (push) Successful in 41s
Node.js Test / nodejs-test (push) Failing after 6s
Notebook Test / nb-test (push) Failing after 8s
PHP Test / php-test (push) Successful in 37s
Python Test / python-hello (push) Successful in 3s
Rust Test / rust-test (push) Has been cancelled
Scala Test / scala-test (push) Has been cancelled
Swift Test / swift-hello (push) Has been cancelled
R Test / r-cmdcheck (push) Has been cancelled

This commit is contained in:
2025-08-07 20:25:17 +00:00
parent 5e956ff566
commit cd41b688d1

View File

@@ -23,7 +23,7 @@ jobs:
set -euo pipefail
has_solution=false
# Group the -name tests so -o doesnt mess with precedence
# Group the -name tests so -o doesn't mess with precedence
if find . -maxdepth 2 \( -name '*.sln' -o -name '*.csproj' \) | grep -q .; then
has_solution=true
fi