Some checks failed
CI Demo / build (push) Successful in 6s
Docker Test / docker-ops (push) Successful in 7s
.NET Test / dotnet-test (push) Failing after 21s
Go Test / go-test (push) Failing after 6s
Java Test / java-hello (push) Successful in 32s
Julia Test / julia-test (push) Failing after 25s
Kotlin Test / kotlin-hello (push) Successful in 39s
Node.js Test / nodejs-test (push) Failing after 53s
Notebook Test / nb-test (push) Failing after 1m3s
PHP Test / php-test (push) Failing after 8s
Python Test / python-hello (push) Successful in 3s
Rust Test / rust-test (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
42 lines
4.4 KiB
Markdown
42 lines
4.4 KiB
Markdown
# Test Runner
|
|
|
|
## Workflow Status
|
|
|
|
| Workflow | Status |
|
|
| -------------- | ------------------------------------------------------------------------------------------------------------------ |
|
|
| ci-demo | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| swift-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| java-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| python-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| docker-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| kotlin-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| nodejs-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| go-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| dotnet-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| php-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| r-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| julia-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| rust-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| scala-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
| notebook-test | [](https://rustygits.com/thecoderatekid/Test-Runner/actions) |
|
|
|
|
> 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)
|