thecoderatekid 18d825c6bd
Some checks failed
CI Demo / build (push) Successful in 3s
Docker Test / docker-ops (push) Successful in 5s
.NET Test / dotnet-test (push) Successful in 50s
Go Test / go-test (push) Failing after 5s
Java Test / java-hello (push) Successful in 33s
Julia Test / julia-test (push) Successful in 18s
Kotlin Test / kotlin-hello (push) Successful in 35s
Node.js Test / nodejs-test (push) Has been cancelled
Notebook Test / nb-test (push) Has been cancelled
PHP Test / php-test (push) Has been cancelled
Python Test / python-hello (push) Has been cancelled
R Test / r-cmdcheck (push) Has been cancelled
Scala Test / scala-test (push) Has been cancelled
Swift Test / swift-hello (push) Has been cancelled
Rust Test / rust-test (push) Failing after 30s
Update .gitea/workflows/dotnet-test.yml
2025-08-07 20:48:21 +00:00
2025-08-07 19:00:24 +00:00

Test Runner

Workflow Status

Workflow Status
ci-demo ci-demo
swift-test swift-test
java-test java-test
python-test python-test
docker-test docker-test
kotlin-test kotlin-test
nodejs-test nodejs-test
go-test go-test
dotnet-test .NET Test
php-test php-test
r-test r-test
julia-test julia-test
rust-test rust-test
scala-test scala-test
notebook-test notebook-test

A demo repository to verify our self-hosted Gitea Actions runner.

Workflow

  • CI Demo (push → echo hello)
  • Swift Test (push → install Swift & run Hello)
  • Java Test (push → install Java 17 & run HelloWorld)
  • Python Test (push → install Python 3 & run Hello)
  • Docker Test (push → build & run BusyBox & cleanup)
  • Kotlin Test (push → install Kotlin & run HelloWorld)
  • Node.js Test (push → install Node.js & run tests)
  • Go Test (push → install Go & run tests)
  • .NET Test (push → install .NET & run tests)
  • PHP Test (push → install PHP & run tests)
  • R Test (push → install R & run tests)
  • Julia Test (push → install Julia & run tests)
  • Rust Test (push → install Rust & run tests)
  • Scala Test (push → install Java & run sbt test)
  • Notebook Test (push → execute Jupyter notebooks via Papermill)
Description
No description provided
Readme 94 KiB