|
87 | 87 |
|
88 | 88 | - name: 'Install xpm' |
89 | 89 | timeout-minutes: 1440 |
90 | | - run: npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 90 | + run: | |
| 91 | + npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 92 | + xpm --version |
91 | 93 |
|
92 | 94 | - name: 'Install project dependencies' |
93 | 95 | timeout-minutes: 1440 |
@@ -156,7 +158,9 @@ jobs: |
156 | 158 |
|
157 | 159 | - name: 'Install xpm' |
158 | 160 | timeout-minutes: 1440 |
159 | | - run: npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 161 | + run: | |
| 162 | + npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 163 | + xpm --version |
160 | 164 |
|
161 | 165 | - name: 'Install project dependencies' |
162 | 166 | timeout-minutes: 1440 |
@@ -225,7 +229,9 @@ jobs: |
225 | 229 |
|
226 | 230 | - name: 'Install xpm' |
227 | 231 | timeout-minutes: 1440 |
228 | | - run: npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 232 | + run: | |
| 233 | + npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 234 | + xpm --version |
229 | 235 |
|
230 | 236 | - name: 'Install project dependencies' |
231 | 237 | timeout-minutes: 1440 |
@@ -293,7 +299,9 @@ jobs: |
293 | 299 |
|
294 | 300 | - name: 'Install xpm' |
295 | 301 | timeout-minutes: 1440 |
296 | | - run: npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 302 | + run: | |
| 303 | + npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 304 | + xpm --version |
297 | 305 |
|
298 | 306 | - name: 'Install project dependencies' |
299 | 307 | timeout-minutes: 1440 |
@@ -357,7 +365,9 @@ jobs: |
357 | 365 |
|
358 | 366 | - name: 'Install xpm' |
359 | 367 | timeout-minutes: 1440 |
360 | | - run: npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 368 | + run: | |
| 369 | + npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 370 | + xpm --version |
361 | 371 |
|
362 | 372 | - name: 'Install project dependencies' |
363 | 373 | timeout-minutes: 1440 |
@@ -422,7 +432,9 @@ jobs: |
422 | 432 |
|
423 | 433 | - name: 'Install xpm' |
424 | 434 | timeout-minutes: 1440 |
425 | | - run: npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 435 | + run: | |
| 436 | + npm install --location=global xpm@${{ github.event.inputs.xpm_version }} |
| 437 | + xpm --version |
426 | 438 |
|
427 | 439 | - name: 'Install project dependencies' |
428 | 440 | timeout-minutes: 1440 |
|
0 commit comments