Skip to content

Commit

Permalink
added test regs github action to validate regs merges
Browse files Browse the repository at this point in the history
  • Loading branch information
YoraiLevi committed Sep 20, 2023
1 parent e4843e8 commit be3061d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_regs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ jobs:
test:
runs-on: windows-latest
steps:
- name: Support longpaths
run: git config --system core.longpaths true
- shell: powershell
run: |
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" `
-Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
- name: Checkout repository
uses: actions/checkout@v2
- name: Install reg command-line tool
run: choco install reg
- name: Create reg-merge-results directory
run: New-Item -ItemType Directory -Path reg-merge-results
- name: Test reg merge
Expand Down

0 comments on commit be3061d

Please sign in to comment.