langchain4j/.github/workflows
Julien Perrochet d427b7ba06
add maven test github action (#11)
This PR:

    adds a github action for running unit tests
    tests that require an OpenAI/HuggingFace token and hit their API are now considered integration tests (and have been renamed to end in IT)
    integration tests are now run through a separate goal (mvn integration-test) via the maven-failsafe-plugin
    to fix the PromptTemplate tests a Clock has been added to that class. Its constructor is now private: whether this is the convention we want to follow can be discussed
2023-07-05 21:55:49 +02:00
..
main.yaml add maven test github action (#11) 2023-07-05 21:55:49 +02:00