Update .gitea/workflows/julia-test.yml
Some checks failed
CI Demo / build (push) Successful in 3s
Docker Test / docker-ops (push) Successful in 5s
.NET Test / dotnet-test (push) Failing after 16s
Go Test / go-test (push) Failing after 6s
Java Test / java-hello (push) Successful in 33s
Julia Test / julia-test (push) Failing after 5s
Kotlin Test / kotlin-hello (push) Successful in 36s
Node.js Test / nodejs-test (push) Failing after 6s
Notebook Test / nb-test (push) Failing after 7s
PHP Test / php-test (push) Successful in 39s
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:42:28 +00:00
parent f6baf90a48
commit 4e45740260

View File

@@ -44,5 +44,5 @@ jobs:
@test 2 + 2 == 4
println("Hello, Julia!")
EOF
julia -e 'using Pkg; Pkg.activate("."); Pkg.test()'
fi
julia -e 'using Pkg; Pkg.activate("."); Pkg.test()'
fi