chore: github tests with isolated deps

This commit is contained in:
dswbx
2025-12-02 10:25:49 +01:00
parent 0fc817382a
commit 065821d9a5

View File

@@ -39,7 +39,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
working-directory: ./app working-directory: ./app
run: bun install --linker=hoisted run: bun install #--linker=hoisted
- name: Build - name: Build
working-directory: ./app working-directory: ./app