Skip to content

Add $ErrorActionPreference = "Stop" to PS1 scripts #57

Add $ErrorActionPreference = "Stop" to PS1 scripts

Add $ErrorActionPreference = "Stop" to PS1 scripts #57

Workflow file for this run

name: Windows-latest - initPC script
on:
push:
branches: [ "devel", "testing", "stable", "minimal" ]
paths:
- 'CommonInitScripts/*'
- '.github/workflows/windows.yml'
- 'Windows_10/*'
pull_request:
branches: [ "devel", "testing", "stable", "minimal" ]
paths:
- 'CommonInitScripts/*'
- '.github/workflows/windows.yml'
- 'Windows_10/*'
jobs:
build:
runs-on: "windows-latest"
steps:
- name: "checkout repo"
uses: actions/checkout@v4
- name: "Install `winget`"
shell: powershell
run: choco install winget
- name: "Run `run_all.ps1`"
shell: powershell
run: .\Windows_10\run_all.ps1