mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
chore: align windows test runner to blacksmith (#12364)
This commit is contained in:
parent
683d234d80
commit
8bf97ef9e5
2
.github/actions/setup-bun/action.yml
vendored
2
.github/actions/setup-bun/action.yml
vendored
@ -6,7 +6,7 @@ runs:
|
|||||||
- name: Mount Bun Cache
|
- name: Mount Bun Cache
|
||||||
uses: useblacksmith/stickydisk@v1
|
uses: useblacksmith/stickydisk@v1
|
||||||
with:
|
with:
|
||||||
key: ${{ github.repository }}-bun-cache
|
key: ${{ github.repository }}-bun-cache-${{ runner.os }}
|
||||||
path: ~/.bun
|
path: ~/.bun
|
||||||
|
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
git config --global user.name "opencode"
|
git config --global user.name "opencode"
|
||||||
bun turbo test
|
bun turbo test
|
||||||
- name: windows
|
- name: windows
|
||||||
host: windows-latest
|
host: blacksmith-4vcpu-windows-2025
|
||||||
playwright: bunx playwright install
|
playwright: bunx playwright install
|
||||||
workdir: packages/app
|
workdir: packages/app
|
||||||
command: bun test:e2e:local
|
command: bun test:e2e:local
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user