Fix Server CI git refs for worktree tests

This commit is contained in:
Mohamed Boudra
2026-02-04 23:50:10 +07:00
parent 0de8609e6a
commit 32c98536b5

View File

@@ -22,12 +22,17 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Fetch origin/main (worktree tests)
run: git fetch --no-tags origin main:refs/remotes/origin/main
- name: Install server dependencies
run: npm install --workspace=@paseo/server --include-workspace-root