Skip to content

Document published transparency recovery probe #3

Document published transparency recovery probe

Document published transparency recovery probe #3

Workflow file for this run

name: CI Windows
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build optimized executable
shell: powershell
run: .\build.ps1
- name: Run headless-compatible tests
shell: powershell
run: .\test.ps1 -SkipDesktopChecks