File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 env :
1515 R_NNS_REPOSITORY : OVVO-Financial/NNS
16- REPAIRED_NNS_R_SHA : " 54c98418c2a11499ebb1c456570d2b66c37eb817 "
17- FIXTURE_DIR : tests/parity/fixtures/repaired_r_13_1_54c98418
16+ REPAIRED_NNS_R_SHA : " 21be6d92d8ad23f0848191b094aded0dd6df8f74 "
17+ FIXTURE_DIR : tests/parity/fixtures/repaired_r_13_1_21be6d92
1818 R_VALIDATION_LOG_DIR : artifacts/repaired-r-validation
19+ PYTEST_LOG : pytest-21be6d92.txt
1920 steps :
2021 - uses : actions/checkout@v4
2122
7879 run : uv run python tests/parity/verify_repaired_r_fixtures.py "${FIXTURE_DIR}"
7980
8081 - name : Run Python parity tests against repaired fixtures
81- run : uv run pytest -q tests/parity -m parity 2>&1 | tee pytest-54c98418.txt
82+ run : uv run pytest -q tests/parity -m parity 2>&1 | tee "${PYTEST_LOG}"
8283
8384 - name : Upload R validation logs
8485 if : always()
@@ -89,10 +90,11 @@ jobs:
8990 if-no-files-found : error
9091
9192 - name : Upload repaired fixture artifact
93+ if : always()
9294 uses : actions/upload-artifact@v4
9395 with :
94- name : repaired-r-13-1-54c98418 -fixtures-${{ env.R_NNS_COMMIT }}
96+ name : repaired-r-13-1-21be6d92 -fixtures-${{ env.R_NNS_COMMIT }}
9597 path : |
9698 ${{ env.FIXTURE_DIR }}
97- pytest-54c98418.txt
98- if-no-files-found : error
99+ ${{ env.PYTEST_LOG }}
100+ if-no-files-found : warn
You can’t perform that action at this time.
0 commit comments