From c5c4e2f9e040678cb78ef802ddca27d85c3f840e Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Tue, 6 May 2025 17:42:21 +1000 Subject: [PATCH] chore(ci): disable Archive Report until the conflicts can be solved --- .github/workflows/ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b093e5ac51..14ca44d354 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -310,12 +310,13 @@ jobs: chmod +x build/release/* # shellcheck disable=SC2046 echo '${{ matrix.test }}' | tr '|' ' ' | xargs -n1 just --set USE_RELEASE_BINARIES "1" integration-tests - - name: Archive Report - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/upload-artifact@v4 - if: failure() # Upload the report only on failure - with: - name: failure-report-${{ github.run_id }}-${{ github.run_attempt }} - path: /tmp/ftl-test-content/ + # Temporarily disabled because it conflicts on every failure except the first. + # - name: Archive Report + # uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/upload-artifact@v4 + # if: failure() # Upload the report only on failure + # with: + # name: failure-report-${{ github.run_id }}-${{ github.run_attempt }} + # path: /tmp/ftl-test-content/ integration-success: name: Integration Success needs: [integration-run]