|
51 | 51 | working-directory: ./test/harness |
52 | 52 | run: npm ci --ignore-scripts |
53 | 53 |
|
| 54 | + - name: Warm up PowerShell |
| 55 | + if: runner.os == 'Windows' |
| 56 | + shell: pwsh |
| 57 | + run: Write-Host "PowerShell ready" |
| 58 | + |
54 | 59 | - name: Run Node.js SDK tests |
55 | 60 | env: |
56 | 61 | COPILOT_HMAC_KEY: ${{ secrets.COPILOT_DEVELOPER_CLI_INTEGRATION_HMAC_KEY }} |
@@ -99,6 +104,11 @@ jobs: |
99 | 104 | working-directory: ./test/harness |
100 | 105 | run: npm ci --ignore-scripts |
101 | 106 |
|
| 107 | + - name: Warm up PowerShell |
| 108 | + if: runner.os == 'Windows' |
| 109 | + shell: pwsh |
| 110 | + run: Write-Host "PowerShell ready" |
| 111 | + |
102 | 112 | - name: Run Go SDK tests |
103 | 113 | env: |
104 | 114 | COPILOT_HMAC_KEY: ${{ secrets.COPILOT_DEVELOPER_CLI_INTEGRATION_HMAC_KEY }} |
@@ -144,6 +154,11 @@ jobs: |
144 | 154 | working-directory: ./test/harness |
145 | 155 | run: npm ci --ignore-scripts |
146 | 156 |
|
| 157 | + - name: Warm up PowerShell |
| 158 | + if: runner.os == 'Windows' |
| 159 | + shell: pwsh |
| 160 | + run: Write-Host "PowerShell ready" |
| 161 | + |
147 | 162 | - name: Run Python SDK tests |
148 | 163 | env: |
149 | 164 | COPILOT_HMAC_KEY: ${{ secrets.COPILOT_DEVELOPER_CLI_INTEGRATION_HMAC_KEY }} |
@@ -196,6 +211,11 @@ jobs: |
196 | 211 | working-directory: ./test/harness |
197 | 212 | run: npm ci --ignore-scripts |
198 | 213 |
|
| 214 | + - name: Warm up PowerShell |
| 215 | + if: runner.os == 'Windows' |
| 216 | + shell: pwsh |
| 217 | + run: Write-Host "PowerShell ready" |
| 218 | + |
199 | 219 | - name: Run .NET SDK tests |
200 | 220 | env: |
201 | 221 | COPILOT_HMAC_KEY: ${{ secrets.COPILOT_DEVELOPER_CLI_INTEGRATION_HMAC_KEY }} |
|
0 commit comments