|
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 | + run: pwsh.exe -Command "Write-Host 'PowerShell ready'" |
| 57 | + |
54 | 58 | - name: Run Node.js SDK tests |
55 | 59 | env: |
56 | 60 | COPILOT_HMAC_KEY: ${{ secrets.COPILOT_DEVELOPER_CLI_INTEGRATION_HMAC_KEY }} |
@@ -99,6 +103,10 @@ jobs: |
99 | 103 | working-directory: ./test/harness |
100 | 104 | run: npm ci --ignore-scripts |
101 | 105 |
|
| 106 | + - name: Warm up PowerShell |
| 107 | + if: runner.os == 'Windows' |
| 108 | + run: pwsh.exe -Command "Write-Host 'PowerShell ready'" |
| 109 | + |
102 | 110 | - name: Run Go SDK tests |
103 | 111 | env: |
104 | 112 | COPILOT_HMAC_KEY: ${{ secrets.COPILOT_DEVELOPER_CLI_INTEGRATION_HMAC_KEY }} |
@@ -144,6 +152,10 @@ jobs: |
144 | 152 | working-directory: ./test/harness |
145 | 153 | run: npm ci --ignore-scripts |
146 | 154 |
|
| 155 | + - name: Warm up PowerShell |
| 156 | + if: runner.os == 'Windows' |
| 157 | + run: pwsh.exe -Command "Write-Host 'PowerShell ready'" |
| 158 | + |
147 | 159 | - name: Run Python SDK tests |
148 | 160 | env: |
149 | 161 | COPILOT_HMAC_KEY: ${{ secrets.COPILOT_DEVELOPER_CLI_INTEGRATION_HMAC_KEY }} |
@@ -196,6 +208,10 @@ jobs: |
196 | 208 | working-directory: ./test/harness |
197 | 209 | run: npm ci --ignore-scripts |
198 | 210 |
|
| 211 | + - name: Warm up PowerShell |
| 212 | + if: runner.os == 'Windows' |
| 213 | + run: pwsh.exe -Command "Write-Host 'PowerShell ready'" |
| 214 | + |
199 | 215 | - name: Run .NET SDK tests |
200 | 216 | env: |
201 | 217 | COPILOT_HMAC_KEY: ${{ secrets.COPILOT_DEVELOPER_CLI_INTEGRATION_HMAC_KEY }} |
|
0 commit comments