diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index 42848c4a2309..5f637db9b93e 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -210,6 +210,15 @@ jobs: with: name: Notepad++.MSVC.${{ matrix.build_platform}}.${{ matrix.build_configuration}} path: PowerEditor\visual.net\${{ matrix.build_configuration}}\Notepad++.exe + + - name: Test for Win32 / Debug only + if: matrix.build_platform == 'Win32' && matrix.build_configuration == 'Debug' + working-directory: .\ + run: | + echo "${{ needs.before_build.outputs.title }}" + echo "${{ !contains(needs.before_build.outputs.title, '[force nopythoncache]') }}" + echo "$${{ !contains(needs.before_build.outputs.title, '[force nopythoncache]') }}" + echo "${{ needs.before_build.outputs.python }} " - name: (cache) Restore Python modules for Win32 / Debug if: matrix.build_platform == 'Win32' && matrix.build_configuration == 'Debug' && env.PYTHON_ALLOW_CACHE == 'true' && contains(needs.before_build.outputs.title, '[force nopythoncache]') != 'true'