Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
settings:
- name: linux
host: blacksmith-4vcpu-ubuntu-2404
- name: macos
host: macos-latest
- name: windows
host: blacksmith-4vcpu-windows-2025
runs-on: ${{ matrix.settings.host }}
Expand Down Expand Up @@ -48,6 +50,9 @@ jobs:
- name: linux
host: blacksmith-4vcpu-ubuntu-2404
playwright: bunx playwright install --with-deps
- name: macos
host: macos-latest
playwright: bunx playwright install
- name: windows
host: blacksmith-4vcpu-windows-2025
playwright: bunx playwright install
Expand Down
Loading