fix github worker test

This commit is contained in:
einhornimmond 2025-11-14 13:25:30 +01:00
parent b17563e4b3
commit 5db014d9a3

View File

@ -58,7 +58,7 @@ jobs:
bun-version-file: '.bun-version'
- name: install dependencies
run: cd dlt-connector && bun install --frozen-lockfile
run: bun install --filter shared --frozen-lockfile && cd dlt-connector && bun install --frozen-lockfile
- name: typecheck && unit test
run: |