Skip to content

Amend README and test #130

Amend README and test

Amend README and test #130

Workflow file for this run

name: test5
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test5:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: boot
shell: powershell
run: ./Invoke-Build.ps1 boot
- name: test
shell: powershell
run: ./Invoke-Build.ps1 . Tests/1.build.ps1