Skip to content

Should we do separated scripts for ci? #4

Should we do separated scripts for ci?

Should we do separated scripts for ci? #4

Workflow file for this run

name: "Check if the setup works properly in a fresh windows install"
on: push
jobs:
ci:
runs-on: windows-latest
permissions: write-all
steps:
- uses: actions/checkout@master
- name: Running the setup batch file
run: .\scripts\install.bat
# run: runas /noprofile /user:mymachine\administrator .\scripts\install.bat