diff --git a/.github/workflows/server-ci.yml b/.github/workflows/server-ci.yml index af9dc117b..6e3e2f229 100644 --- a/.github/workflows/server-ci.yml +++ b/.github/workflows/server-ci.yml @@ -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