pleszr / motivaa

MIT License
1 stars 1 forks source link

Feat/#6 backend contrainer+gh workflows #9

Closed pleszr closed 5 months ago

pleszr commented 5 months ago

closes #6

added two github actions 1) trigger backend unit tests on every commit/PR not on main 2) trigger backend unit tests & push to docker repo on every commit/PR not on main

created dockerfile

temporarily disabled the auth feature (it prevented the build because of lacking unit tests). Those will be turned on by the PR @csabika98 is working on.