We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634f6b9 commit 4c484faCopy full SHA for 4c484fa
.github/workflows/nightly_test_manual.yml
@@ -104,3 +104,12 @@ jobs:
104
run: |
105
source .venv/bin/activate
106
./run_reg_test.py -j12 vtr_reg_nightly_test7
107
+
108
+ - name: Upload regression results
109
+ if: success() || failure()
110
+ uses: actions/upload-artifact@v4
111
+ with:
112
+ name: nightly_test_results
113
+ path: |
114
+ vtr_flow/**/*.log
115
+ vtr_flow/**/parse_results*.txt
0 commit comments