Skip to content

Commit 89574a2

Browse files
committed
re-generate workflows
1 parent 925ae63 commit 89574a2

6 files changed

Lines changed: 36 additions & 12 deletions

File tree

.github/workflows/build-all.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787

8888
- name: 'Install xpm'
8989
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
9193
9294
- name: 'Install project dependencies'
9395
timeout-minutes: 1440
@@ -156,7 +158,9 @@ jobs:
156158

157159
- name: 'Install xpm'
158160
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
160164
161165
- name: 'Install project dependencies'
162166
timeout-minutes: 1440
@@ -225,7 +229,9 @@ jobs:
225229

226230
- name: 'Install xpm'
227231
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
229235
230236
- name: 'Install project dependencies'
231237
timeout-minutes: 1440
@@ -293,7 +299,9 @@ jobs:
293299

294300
- name: 'Install xpm'
295301
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
297305
298306
- name: 'Install project dependencies'
299307
timeout-minutes: 1440
@@ -357,7 +365,9 @@ jobs:
357365

358366
- name: 'Install xpm'
359367
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
361371
362372
- name: 'Install project dependencies'
363373
timeout-minutes: 1440
@@ -422,7 +432,9 @@ jobs:
422432

423433
- name: 'Install xpm'
424434
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
426438
427439
- name: 'Install project dependencies'
428440
timeout-minutes: 1440

.github/workflows/build-xbbla32.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787

8888
- name: 'Install xpm'
8989
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
9193
9294
- name: 'Install project dependencies'
9395
timeout-minutes: 1440

.github/workflows/build-xbbla64.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787

8888
- name: 'Install xpm'
8989
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
9193
9294
- name: 'Install project dependencies'
9395
timeout-minutes: 1440

.github/workflows/build-xbbli.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787

8888
- name: 'Install xpm'
8989
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
9193
9294
- name: 'Install project dependencies'
9395
timeout-minutes: 1440
@@ -155,7 +157,9 @@ jobs:
155157

156158
- name: 'Install xpm'
157159
timeout-minutes: 1440
158-
run: npm install --location=global xpm@${{ github.event.inputs.xpm_version }}
160+
run: |
161+
npm install --location=global xpm@${{ github.event.inputs.xpm_version }}
162+
xpm --version
159163
160164
- name: 'Install project dependencies'
161165
timeout-minutes: 1440

.github/workflows/build-xbbma.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383

8484
- name: 'Install xpm'
8585
timeout-minutes: 1440
86-
run: npm install --location=global xpm@${{ github.event.inputs.xpm_version }}
86+
run: |
87+
npm install --location=global xpm@${{ github.event.inputs.xpm_version }}
88+
xpm --version
8789
8890
- name: 'Install project dependencies'
8991
timeout-minutes: 1440

.github/workflows/build-xbbmi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383

8484
- name: 'Install xpm'
8585
timeout-minutes: 1440
86-
run: npm install --location=global xpm@${{ github.event.inputs.xpm_version }}
86+
run: |
87+
npm install --location=global xpm@${{ github.event.inputs.xpm_version }}
88+
xpm --version
8789
8890
- name: 'Install project dependencies'
8991
timeout-minutes: 1440

0 commit comments

Comments
 (0)