Skip to content

Commit e948956

Browse files
committed
Instructions updates
1 parent a1f2327 commit e948956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pets-workshop/
4848

4949
### Use Scripts, Not Direct Commands
5050
**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`
51+
- **Testing**: Use `./scripts/run-server-tests.sh` instead of `python -m unittest`
5252
- **Environment Setup**: Use `./scripts/setup-environment.sh` for initial setup
5353
- **Application Start**: Use `./scripts/start-app.sh` to launch the application
5454

0 commit comments

Comments
 (0)