Skip to content

Add Tasks/SubCases

Add Tasks/SubCases #86

Workflow file for this run

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