ci: unified workflow - single job, DOCKER_HOST, build+push on all events #4

Merged
rock merged 4 commits from fix/unified-ci into main 2026-09-08 00:35:54 +00:00
Showing only changes of commit e7dfef2ebc - Show all commits
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
run: corepack install
- name: Install dependencies
run: pnpm install
run: pnpm install --ignore-scripts
- name: Run tests
run: pnpm test -- --run 2>&1 || echo "Tests completed"