diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac9a83fd89..472298a6c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,12 @@ jobs: /data/github-runner/legate-bin/setup.sh cd legate-ci/github-ci/legate.core rm -rf ngc-artifacts || true - ./build.sh > ${COMMIT}-build.log 2>&1 || true + ./build.sh > ${COMMIT}-build.log 2>&1 + - name: Process Output + run: | + cd legate-ci/github-ci/legate.core cat *artifacts/*/* + if: always() - name: Upload Build Log if: always() uses: actions/upload-artifact@v2