Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading