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
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:
@@ -23,7 +23,7 @@ jobs:
|
||||
set -euo pipefail
|
||||
|
||||
has_solution=false
|
||||
# Group the -name tests so -o doesn’t 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
|
||||
|
Reference in New Issue
Block a user