mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-13 09:12:52 -05:00
Fix ContextFlags compile error (#62855)
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -316,17 +316,23 @@ jobs:
|
||||
working-directory: ./pr
|
||||
|
||||
- run: npm ci
|
||||
id: base-npm-ci
|
||||
continue-on-error: true
|
||||
working-directory: ./base
|
||||
|
||||
- run: npx hereby lkg
|
||||
working-directory: ./pr
|
||||
|
||||
- run: npx hereby lkg
|
||||
id: base-lkg
|
||||
continue-on-error: true
|
||||
if: ${{ steps.base-npm-ci.outcome == 'success' }}
|
||||
working-directory: ./base
|
||||
|
||||
- run: |
|
||||
echo "See $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID for more info."
|
||||
node ./pr/scripts/checkPackageSize.mjs ./base ./pr >> $GITHUB_STEP_SUMMARY
|
||||
if: ${{ steps.base-lkg.outcome == 'success' }}
|
||||
|
||||
misc:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user