6f59f222641942ec96e51ca28c7427296e4f172b
All checks were successful
CI Demo / build (push) Successful in 4s
Docker Test / docker-ops (push) Successful in 5s
.NET Test / dotnet-test (push) Successful in 49s
Go Test / go-test (push) Successful in 20s
Java Test / java-hello (push) Successful in 31s
Julia Test / julia-test (push) Successful in 17s
Kotlin Test / kotlin-hello (push) Successful in 40s
Node.js Test / nodejs-test (push) Successful in 15s
Notebook Test / nb-test (push) Successful in 12s
PHP Test / php-test (push) Successful in 36s
Python Test / python-hello (push) Successful in 4s
R test / r-tests (push) Successful in 7s
Rust tests / test (push) Successful in 21s
Scala (sbt) tests / scala-test (push) Successful in 5s
Swift Test / swift-hello (push) Successful in 54s
Test Runner
Workflow Status
Workflow | Status |
---|---|
ci-demo | |
swift-test | |
java-test | |
python-test | |
docker-test | |
kotlin-test | |
nodejs-test | |
go-test | |
dotnet-test | |
php-test | |
r-test | |
julia-test | |
rust-test | |
scala-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