mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 03:47:13 +02:00
Add branch trigger for tests and update README with badge
Added a trigger to run tests on pushes to the main branch in the GitHub Actions workflow. Also updated the README to include a badge linking to the test workflow for better visibility.
This commit is contained in:
parent
57a962148b
commit
9fd77a6743
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Run Unit and Integration Tests
|
name: Run Unit and Integration Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
branch:
|
branch:
|
||||||
|
@ -31,8 +31,11 @@ Find more details on the [website](https://ollama4j.github.io/ollama4j/).
|
|||||||
|
|
||||||

|

|
||||||
[](https://codecov.io/gh/ollama4j/ollama4j)
|
[](https://codecov.io/gh/ollama4j/ollama4j)
|
||||||
|
|
||||||
|
[](https://github.com/ollama4j/ollama4j/actions/workflows/run-tests.yml)
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
[//]: # ()
|
[//]: # ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user