Commit Graph

9 Commits

Author SHA1 Message Date
b46da5fbad refactor: enhance quiz retrieval and schema consistency
- Improved quiz retrieval logic by ensuring a valid random index is calculated, preventing errors when no quizzes are available.
- Updated the Quiz schema to streamline field names and enhance clarity, replacing existing fields with more descriptive alternatives.
- Reformatted code for better readability and consistency, adhering to style guidelines for improved maintainability.
2024-12-10 17:06:30 +07:00
7699a07d1d chore: remove redundant Docker Compose down command in CI workflow
- Eliminated the `docker compose down` command from the CI workflow to streamline the build and deployment process. This change simplifies the CI configuration and enhances efficiency by reducing unnecessary steps.
2024-12-05 18:47:31 +07:00
253dbc783b chore: simplify Docker Compose commands in CI workflow
- Updated the CI workflow to streamline Docker Compose commands by replacing separate build and up commands with a single `docker compose up --build -d` command. This change enhances the efficiency of the CI process by reducing the number of steps required to start the services.
2024-12-05 18:46:28 +07:00
633d2feb8f change CI 2024-10-12 22:46:52 +07:00
163262bf68 Update CI workflow to fetch submodules during checkout and fix GITHUB_TOKEN issue 2024-09-24 18:00:58 +07:00
2988f23a2e Update CI workflow to fetch submodules during checkout and fix GITHUB_TOKEN issue 2024-09-24 17:51:46 +07:00
3d4ac16dd3 Update CI workflow to fetch submodules during checkout 2024-09-24 17:23:06 +07:00
e66090e699 Update CI workflow to fetch submodules during checkout 2024-09-24 17:07:38 +07:00
5fd0faa5eb Add CI workflow for self-hosted runner 2024-09-24 16:57:22 +07:00