Removed extension attribute requirement for testing
This commit is contained in:
@@ -60,7 +60,7 @@ cd persona-engine
|
||||
### Step 2 — Prove the machine can run it, before touching a tenant
|
||||
|
||||
```bash
|
||||
pwsh -NoProfile -Command "& { $c = & ./tests/PesterConfiguration.ps1 -Suite Offline; Invoke-Pester -Configuration $c }"
|
||||
pwsh -NoProfile -Command '& { $c = & ./tests/PesterConfiguration.ps1 -Suite Offline; Invoke-Pester -Configuration $c }'
|
||||
```
|
||||
|
||||
Expect **354 passed, 0 failed**. This needs no credentials and no network. If it does not pass, stop
|
||||
|
||||
Reference in New Issue
Block a user