AntonisZks / Information-Systems-Software-Development-Project

A university project implementing Vamana-Indexing-Algorithm (VIA) for Approximate-Nearest-Neighbors (ANN) problem.
2 stars 0 forks source link

Main Application execution change and github actions #63

Closed AntonisZks closed 1 week ago

AntonisZks commented 1 week ago

I changed the application execution method according to issue #57 and I also added a /github/workflows directory with a /yml file in it, to run unit tests whenever a push, or pull request is being executed in the main branch.