Depot runners (#65)

* refactor: depot runners

* refactor: update image
This commit is contained in:
Catriel Müller
2026-01-29 16:13:04 +01:00
committed by GitHub
parent c14ace5283
commit 8a1701ba61
24 changed files with 33 additions and 34 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
matrix:
settings:
- name: linux
host: ubuntu-latest
host: depot-ubuntu-24.04-4
playwright: bunx playwright install --with-deps
workdir: .
command: |
@@ -23,7 +23,7 @@ jobs:
bun turbo typecheck
bun turbo test
- name: windows
host: windows-latest
host: depot-windows-2025-4
playwright: bunx playwright install
workdir: packages/app
command: bun test:e2e:local