Skip to content

Commit 05896c5

Browse files
committed
I can't force merge so I guess let's fix this
1 parent 7fe56f1 commit 05896c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,17 +316,23 @@ jobs:
316316
working-directory: ./pr
317317

318318
- run: npm ci
319+
id: base-npm-ci
320+
continue-on-error: true
319321
working-directory: ./base
320322

321323
- run: npx hereby lkg
322324
working-directory: ./pr
323325

324326
- run: npx hereby lkg
327+
id: base-lkg
328+
continue-on-error: true
329+
if: ${{ steps.base-npm-ci.outcome == 'success' }}
325330
working-directory: ./base
326331

327332
- run: |
328333
echo "See $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID for more info."
329334
node ./pr/scripts/checkPackageSize.mjs ./base ./pr >> $GITHUB_STEP_SUMMARY
335+
if: ${{ steps.base-lkg.outcome == 'success' }}
330336
331337
misc:
332338
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)