From 1a48053a3f73f7e1a05693bdfff3b62c7aa7a3f1 Mon Sep 17 00:00:00 2001 From: ArkadiuszMichalski <2730894+ArkadiuszMichalski@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:10:39 +0200 Subject: [PATCH] [force one][force nopythoncache]Update CI_build.yml --- .github/workflows/CI_build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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'