You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure code quality, the project uses a GitHub Actions workflow to run backend tests on every push and pull request. This workflow serves as the definitive guide for setting up an automated testing environment.
58
-
59
-
### Workflow File
60
-
51
+
To ensure code quality, the project uses a GitHub Actions workflow to run backend tests on every push and pull request. This workflow serves as the definitive guide for setting up an automated testing environment.
61
52
The workflow is defined in `.github/workflows/run-tests.yml`.
62
53
63
-
### Recommendations for CI/CD and Automated Tools & Agents
64
-
65
-
Please refer to `AGENTS.md` for detailed instructions on how to configure and run the test suite in automated environments. The key is to replicate the setup found in our GitHub Actions workflow, paying close attention to the use of service containers and the `CACHE_REDIS_PORT` environment variable for dynamic port mapping.
54
+
## Recommendations for CI/CD and Automated Tools & Agents
55
+
The key is to follow the instructions given above, and replicate the setup found in our GitHub Actions workflow, paying close attention to the use of service containers and the `CACHE_REDIS_PORT` environment variable for dynamic port mapping.
0 commit comments