Skip to content

Commit 7427054

Browse files
committed
run example only when using npm isntall
1 parent 94cad45 commit 7427054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
- run: ${{ matrix.install-cmd }}
4848
- run: npm run build
4949
- run: npm test
50-
- run: cd examples/logger && ${{ matrix.install-cmd }} && npm run build
50+
- run: cd examples/logger && npm install && npm run build
51+
if: ${{ matrix.install-cmd == 'npm install' }} # because of linked local dependency @logtail/next: file:../..
5152

5253
publish:
5354
name: Publish

0 commit comments

Comments
 (0)