fix(ci): copy at-mintel sibling via bash instead of checkout path
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Failing after 39s
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:51:28 +01:00
parent 459bdc6eda
commit a537294832

View File

@@ -153,8 +153,10 @@ jobs:
uses: actions/checkout@v4
with:
repository: mmintel/at-mintel
path: ../at-mintel
path: _at-mintel
token: ${{ secrets.GITHUB_TOKEN }}
- name: Provide sibling monorepo
run: cp -a $GITHUB_WORKSPACE/_at-mintel ../at-mintel
- name: 🔐 Registry Auth
run: |
echo "@mintel:registry=https://${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" > .npmrc