Public dry run dryrun-c856992c56e4

Source commit: c856992c56e4da1266cd1c944ed59d798ad44995

Public tree identity: sha256:d142479c36b698fd20094edbf7c4fe1c1e01b1aa4553132180e67d1240a45ca6
This commit is contained in:
Disasmer release dry run 2026-07-01 18:49:59 +02:00
commit 882474cfac
111 changed files with 35316 additions and 0 deletions

View file

@ -0,0 +1,39 @@
name: Windows validation
on:
workflow_dispatch:
jobs:
windows-runner:
# Manual on purpose: the Forgejo Windows runner is intermittently online.
# Run this workflow for release validation when a runner with this label is available.
runs-on: windows
timeout-minutes: 45
env:
DISASMER_WINDOWS_VALIDATION: forgejo-windows-runner
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Tool versions
shell: pwsh
run: |
rustc --version
cargo --version
node --version
- name: Acceptance environment report
shell: pwsh
run: node scripts/acceptance-report.js windows
- name: Format check
shell: pwsh
run: cargo fmt --all --check
- name: Windows runtime unit coverage
shell: pwsh
run: cargo test -p disasmer-node windows_backend_is_labeled_user_attached_dev_execution
- name: Windows runner smoke
shell: pwsh
run: node scripts/windows-runner-smoke.js