We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9950f commit 9ba17e2Copy full SHA for 9ba17e2
1 file changed
.github/workflows/pytorchsim_test.yml
@@ -682,4 +682,11 @@ jobs:
682
-e TORCHSIM_DUMP_PATH=/dump \
683
-e TORCHSIM_VECTOR_LANE="${{ inputs.vector_lane }}" \
684
-e TORCHSIM_SPAD_SIZE="${{ inputs.spad_size }}" \
685
- ${{ inputs.image_name }} PyTorchSim/experiments/artifact/cycle_validation/run_cycle.sh
+ ${{ inputs.image_name }} PyTorchSim/experiments/artifact/cycle_validation/run_cycle.sh && cp ./experiments/artifact/cycle_validation/summary_cycle.out /dump/summary_cycle.out
686
+
687
+ - name: Upload Accuracy Report Artifact
688
+ uses: actions/upload-artifact@v4
689
+ with:
690
+ name: accuracy-report
691
+ path: /tmp/torchsim-ci/${GITHUB_SHA}/summary_cycle.out
692
+ if-no-files-found: error
0 commit comments