diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 841dc8604e7..4b5660c046e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -327,13 +327,13 @@ jobs: run: just api/test - name: Print API test logs - if: success() || failure() + if: success() || failure() || cancelled() run: | just logs > api_logs cat api_logs - name: Upload API test logs - if: success() || failure() + if: success() || failure() || cancelled() uses: actions/upload-artifact@v3 with: name: api_logs