Skip to content

Commit

Permalink
Ensure install succeeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hammond authored and Nathan Hammond committed May 16, 2023
1 parent eca7a22 commit 60b6c29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/turborepo-compare-cache-item.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
npm install -g pnpm turbo@${{ inputs.version }}
pnpm dlx create-turbo@${{ inputs.version }} my-turborepo pnpm
cd my-turborepo
pnpm install
pnpm install --fix-lockfile
turbo run build --summarize --skip-infer -vvv
- name: Grab Turborepo artifacts
Expand All @@ -52,6 +52,8 @@ jobs:
npm install -g pnpm turbo@${{ inputs.version }}
pnpm dlx create-turbo@${{ inputs.version }} my-turborepo pnpm
wget https://raw.githubusercontent.com/nathanhammond/turbo/cache-http-write/scripts/server.js
cd my-turborepo
pnpm install --fix-lockfile
- name: Download cache artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 60b6c29

Please sign in to comment.