mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 08:02:31 +00:00
* test: continuously exercise real WSL terminal launch and paste * test: establish live WSL reader before changing default shell * ci: pin WSL kernel installer and participation selectors * ci: route deleted WSL paths and record immutable run evidence * test: require exactly three WSL repetitions in lane contract
9 lines
280 B
YAML
9 lines
280 B
YAML
name: Set up WSL test runtime
|
|
description: Install a checksum-pinned Ubuntu WSL1 guest with executable Node and Git for real terminal tests.
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Provision Ubuntu WSL1
|
|
shell: pwsh
|
|
run: '& "${{ github.action_path }}/setup.ps1"'
|