Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Nov 10, 2024
1 parent 416b00b commit 3b9dc04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ jobs:

- name: Test Fastify Integration
run: |
pnpm link &&
npm link . &&
PACKAGE_NAME=$(node -p "require('./package.json').name")
git clone https://github.com/fastify/fastify.git --depth 1 &&
cd fastify &&
pnpm i --ignore-scripts &&
pnpm link $PACKAGE_NAME &&
pnpm run unit
npm i --ignore-scripts &&
npm link $PACKAGE_NAME &&
npm run unit

0 comments on commit 3b9dc04

Please sign in to comment.