From be3061dd2a0f8a3733ef52a00932c8c8e86f197f Mon Sep 17 00:00:00 2001 From: Yorai Levi Date: Wed, 20 Sep 2023 20:23:23 +0300 Subject: [PATCH] added test regs github action to validate regs merges --- .github/workflows/test_regs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_regs.yml b/.github/workflows/test_regs.yml index 5d482b6..b45deeb 100644 --- a/.github/workflows/test_regs.yml +++ b/.github/workflows/test_regs.yml @@ -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