* fix: some minor bugs and make Dockerfile more productive.
* fix: make GitHub CI configuration support build image with STANDARD target.
* fix: Naming the base stage in multi-stage builds with lowercase letters to support various operating systems.
* fix: copy swagger to the image as well.
* Add step for running tests in github actions
The test xlsx/xlsx_test.go is removed becout the path containing
file not exist.
* Fix error in test
* test: This test was supposed to test getUsers, but it does nothing
This test will be rewrite for using a clean database, today its
necessary create a syncer manualy for this test pass.
* Add syncer tests
* Fix Copyright position
* fix: back with test file