ci: fix installer smoke clone
This commit is contained in:
7
.github/workflows/install-smoke.yml
vendored
7
.github/workflows/install-smoke.yml
vendored
@@ -20,8 +20,11 @@ jobs:
|
|||||||
- name: Enable Corepack
|
- name: Enable Corepack
|
||||||
run: corepack enable
|
run: corepack enable
|
||||||
|
|
||||||
- name: Clone installer site
|
- name: Checkout installer site
|
||||||
run: git clone --depth=1 https://github.com/clawdbot/clawd.bot ../clawd.bot
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: clawdbot/clawd.bot
|
||||||
|
path: ../clawd.bot
|
||||||
|
|
||||||
- name: Install pnpm deps (minimal)
|
- name: Install pnpm deps (minimal)
|
||||||
run: pnpm install --ignore-scripts --frozen-lockfile
|
run: pnpm install --ignore-scripts --frozen-lockfile
|
||||||
|
|||||||
Reference in New Issue
Block a user