File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 6666 working-directory : ${{ env.build_dir }}
6767 run : |
6868 bash scripts/run_tests_all.sh | tee ${{ env.unit-test-file }}
69- shell : bash
7069
7170 - name : Upload unit tests resutls
7271 uses : actions/upload-artifact@v4
8382 working-directory : ${{ env.build_dir }}/python
8483 run : |
8584 bash run_tests.sh 2>&1 | tee ${{ env.regression-test-file }}
86- shell : bash
8785
8886 - name : Upload regression tests resutls
8987 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 7474 working-directory : ${{ env.build_dir }}
7575 run : |
7676 bash scripts/run_tests_all.sh | tee ${{ env.unit-test-file }}
77- shell : bash
7877
7978 - name : Upload unit tests resutls
8079 uses : actions/upload-artifact@v4
9190 working-directory : ${{ env.build_dir }}/python
9291 run : |
9392 bash run_tests.sh 2>&1 | tee ${{ env.regression-test-file }}
94- shell : bash
9593
9694 - name : Upload regression tests resutls
9795 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments