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

Commit 342a92c

Browse files
Update
1 parent 3b9dc04 commit 342a92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154

155155
- name: Test Fastify Integration
156156
run: |
157-
npm link . &&
157+
npm link &&
158158
PACKAGE_NAME=$(node -p "require('./package.json').name")
159159
git clone https://github.com/fastify/fastify.git --depth 1 &&
160160
cd fastify &&

0 commit comments

Comments
 (0)