fix(ci): checkout at-mintel monorepo to resolve linked dependencies during typecheck
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Failing after 11s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-03-01 00:49:23 +01:00
parent 905ce98bc4
commit 459bdc6eda

View File

@@ -149,6 +149,12 @@ jobs:
uses: pnpm/action-setup@v3
with:
version: 10
- name: Checkout at-mintel (for linked dependencies)
uses: actions/checkout@v4
with:
repository: mmintel/at-mintel
path: ../at-mintel
token: ${{ secrets.GITHUB_TOKEN }}
- name: 🔐 Registry Auth
run: |
echo "@mintel:registry=https://${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" > .npmrc