Add launcher catalog workflow and smoke tests
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-04 14:06:05 +09:00
parent eb7ef9bbf2
commit 24a0569fb4
106 changed files with 24095 additions and 6 deletions

22
.github/workflows/windows-smoke.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Windows Smoke Test
on: push
jobs:
windows-smoke:
runs-on: windows-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v6
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 22
- name: Install Dependencies
run: npm ci
- name: Run Windows Smoke Test
run: npm run smoke:win