You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: update readme with requirements to run tests locally (#39)
* chore: update readme with local deps requirements:
* doc: fix directory tree style
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
* doc: update docker requirements for other OS
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
* fix: use single link for docker install
---------
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
Co-authored-by: Peter Balogh <p.balogh.sa@gmail.com>
@@ -219,6 +227,22 @@ The samples directory in the CSIT repository serves two primary purposes related
219
227
2. Base for Agent Directory Integration Test:
220
228
The agentic applications in the samples directory also serve as the foundation for the agent model build and push test. This specific test checks for the presence of two required files: model.json and build.config.yaml. If these files are present within an agentic application, the integration agent model build and push testa are triggered. This test is crucial for validating the construction and verification of the agent model, ensuring that all necessary components are correctly configured and operational.
221
229
230
+
## Running tests
231
+
232
+
We can launch tests using taskfile locally or in GitHub actions.
233
+
Running locally we need some tools to build the sample applications and run the tests.
0 commit comments