fix: mount /apps and docker socket in PR workflow build-and-deploy-ci job #41

Merged
david merged 33 commits from fix/switch-to-npm-ci into main 2026-05-20 19:51:36 +00:00
Showing only changes of commit 90ecbb6fba - Show all commits
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: bun install
run: bun install --retry 3
- name: Generate Prisma client
run: bun x prisma generate
@@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: bun install
run: bun install --retry 3
- name: Generate Prisma client
run: bun x prisma generate