فهرست منبع

chore: align windows test runner to blacksmith (#12364)

Luke Parker 1 هفته پیش
والد
کامیت
8bf97ef9e5
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/actions/setup-bun/action.yml
  2. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/actions/setup-bun/action.yml

@@ -6,7 +6,7 @@ runs:
     - name: Mount Bun Cache
       uses: useblacksmith/stickydisk@v1
       with:
-        key: ${{ github.repository }}-bun-cache
+        key: ${{ github.repository }}-bun-cache-${{ runner.os }}
         path: ~/.bun
 
     - name: Setup Bun

+ 1 - 1
.github/workflows/test.yml

@@ -22,7 +22,7 @@ jobs:
               git config --global user.name "opencode"
               bun turbo test
           - name: windows
-            host: windows-latest
+            host: blacksmith-4vcpu-windows-2025
             playwright: bunx playwright install
             workdir: packages/app
             command: bun test:e2e:local