aiondemand / AIOD-rest-api

Services for the core of AIoD: Authentication and the metadata catalogue with REST API.
https://api.aiod.eu
MIT License
10 stars 7 forks source link

Github actions - Added scripts to volume to be used by pytests #279

Closed jsmatias closed 7 months ago

jsmatias commented 7 months ago

The backup and restoration features include pytest units that utilise two shell scripts from the scripts folder. Because of this, the previous github actions workflow (dockerized-tests.yml) was failing. To ensure that the pytests can run correctly, the scripts folder was added in this PR as a mapped volume to the testing container.