File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 git commit -m "${{inputs.commit_msg}}"
9191 git push
9292 - name : Archive main log files
93+ if : ${{ always() }}
9394 uses : actions/upload-artifact@v7
9495 with :
9596 name : system_tests_run_${{ github.run_id }}_${{ github.run_attempt }}_reference_logs
Original file line number Diff line number Diff line change 7979 python systemtests.py --build_args=${{ inputs.build_args}} --suites=${{ inputs.suites}} --log-level=${{ inputs.log_level}}
8080 cd ../../
8181 - name : Archive main log files
82+ if : ${{ always() }}
8283 uses : actions/upload-artifact@v7
8384 with :
8485 name : system_tests_run_${{ github.run_id }}_${{ github.run_attempt }}_logs
8788 runs/*/system-tests-stderr.log
8889 runs/*/*/system-tests_*.log
8990 - name : Archive run files
90- if : ${{ failure() || inputs.upload_artifacts == 'TRUE' }}
91+ if : ${{ failure() || inputs.upload_artifacts == 'TRUE' }}
9192 uses : actions/upload-artifact@v7
9293 with :
9394 name : system_tests_run_${{ github.run_id }}_${{ github.run_attempt }}_full
You can’t perform that action at this time.
0 commit comments