From cfba756730140e948da663b0d823a82f56b81522 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Mon, 29 Jul 2024 17:33:34 -0700 Subject: [PATCH] See if we can enable msvc tests --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9119bff8..52330c74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,9 +73,8 @@ jobs: run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j8 - name: Unit Tests - if: ${{ matrix.os != 'windows-latest' }} working-directory: ${{github.workspace}}/build - run: ctest -V + run: ctest -V --config ${{env.BUILD_TYPE}} - name: CLI Tests working-directory: ${{github.workspace}}/tests @@ -87,7 +86,7 @@ jobs: ./bandage_command_line_tests.sh ${{github.workspace}}/build/BandageNG.app/Contents/MacOS/BandageNG fi shell: bash - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Bandage-${{ runner.os }} path: |