Skip to content

Commit 3abc3e0

Browse files
Fix deploy.sh command in documentation
Remove incorrect --e2e flag - deploy.sh runs E2E tests by default Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 107608e commit 3abc3e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ az login
113113
az acr login --name agwimages
114114

115115
# Run full test suite (17 tests)
116-
./deploy.sh --e2e
116+
./deploy.sh
117117

118118
# Stop services when done
119119
./deploy.sh --stop

docs/E2E_TEST_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ az acr login --name agwimages
5555
### Step 3: Run E2E Tests
5656

5757
```bash
58-
./deploy.sh --e2e
58+
./deploy.sh
5959
```
6060

6161
This command will:

0 commit comments

Comments
 (0)