We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f2327 commit e948956Copy full SHA for e948956
.github/copilot-instructions.md
@@ -48,7 +48,7 @@ pets-workshop/
48
49
### Use Scripts, Not Direct Commands
50
**IMPORTANT**: Always prefer using the provided scripts in the `scripts/` directory rather than running commands directly:
51
-- **Testing**: Use `./scripts/run-tests.sh` instead of `python -m unittest`
+- **Testing**: Use `./scripts/run-server-tests.sh` instead of `python -m unittest`
52
- **Environment Setup**: Use `./scripts/setup-environment.sh` for initial setup
53
- **Application Start**: Use `./scripts/start-app.sh` to launch the application
54
0 commit comments