ci: diagnostic smoke test
runner-smoke / smoke (push) Successful in 11s

This commit is contained in:
Ping
2026-09-09 15:39:41 +02:00
parent 2fa39d0a6c
commit 6dd3b02534
+10 -10
View File
@@ -5,14 +5,14 @@ jobs:
smoke:
runs-on: windows-latest
steps:
- name: Verify host toolchain
shell: bash
- name: Dump environment
shell: powershell
run: |
echo "runner.os = ${{ runner.os }}"
echo "host = $(hostname)"
git --version
node --version
npm --version
cargo --version
rustc --version
echo "SMOKE_OK"
Write-Output "PATH=$env:PATH"
Write-Output "--- bash ---"; where.exe bash 2>&1
Write-Output "--- git ---"; where.exe git 2>&1
Write-Output "--- cargo ---"; where.exe cargo 2>&1
Write-Output "--- node ---"; where.exe node 2>&1
Write-Output "--- powershell ---"; where.exe powershell 2>&1
- name: Default shell probe
run: echo DEFAULT_SHELL_OK