diff --git a/.github/workflows/nightly_test_manual.yml b/.github/workflows/nightly_test_manual.yml index f98f412eb8..5bf3232705 100644 --- a/.github/workflows/nightly_test_manual.yml +++ b/.github/workflows/nightly_test_manual.yml @@ -104,3 +104,12 @@ jobs: run: | source .venv/bin/activate ./run_reg_test.py -j12 vtr_reg_nightly_test7 + + - name: Upload regression results + if: success() || failure() + uses: actions/upload-artifact@v4 + with: + name: nightly_test_results + path: | + vtr_flow/**/*.log + vtr_flow/**/parse_results*.txt