From d45801bd505b30e18b3d0086984b3c57980c5bf2 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sat, 30 Nov 2024 01:29:28 -0600 Subject: [PATCH] Revert test artifacts from CI build --- .github/workflows/ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc83f451..fc3de9c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,20 +288,3 @@ jobs: with: name: supercell-wx-test-logs-${{ matrix.name }} path: ${{ github.workspace }}/build/Testing/ - - - name: CI Build Directory Listing - if: ${{ !cancelled() && startsWith(matrix.os, 'ubuntu') }} - shell: bash - run: | - ls -alRF ./build/ - - - name: Upload CI Build Debug - if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 - with: - name: supercell-wx-ci-debug-logs-${{ matrix.name }} - path: | - ${{ github.workspace }}/build/.ninja_log - ${{ github.workspace }}/build/build.ninja - ${{ github.workspace }}/build/CMakeCache.txt - ${{ github.workspace }}/build/compile_commands.json