refactor: replace depot for blacksmith

This commit is contained in:
Catriel Müller
2026-02-04 16:18:22 -03:00
parent f45668bb7a
commit 826b5f4ef4
21 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ jobs:
matrix:
settings:
- name: linux
host: depot-ubuntu-24.04-4
host: blacksmith-4vcpu-ubuntu-2404
playwright: bunx playwright install --with-deps
workdir: .
command: |
@@ -19,7 +19,7 @@ jobs:
git config --global user.name "opencode"
bun turbo test
- name: windows
host: depot-windows-2025-4
host: windows-latest
playwright: bunx playwright install
workdir: packages/app
command: bun test:e2e:local