mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-07 06:19:37 -06:00
The e2e-tests workflow was failing because the application couldn't find the locales/en.json and templates files. These files are in backend/locales and backend/templates, but the standalone binary expects them at the root. This commit adds a step to copy these directories before starting the server.