File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -117,25 +117,3 @@ jobs:
117117 path : |
118118 tests/**/*.xml
119119 tests/**/result_*.json
120-
121- gitlab-tests :
122- name : Internal Hardware tests
123- runs-on : ubuntu-latest
124- if : false
125- # if: github.event_name == 'schedule'
126- steps :
127- # The decision to run the tests will be made inside GitLab
128- # GitLab should only perform the actual test execution and save the results as artifacts in
129- # a format that can be downloaded and parsed by this GitHub Actions workflow.
130-
131-
132-
133- - name : Upload Internal Hardware test results as artifacts
134- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135- if : always()
136- with :
137- name : test-results-gitlab
138- overwrite : true
139- path : |
140- tests/**/*.xml
141- tests/**/result_*.json
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ jobs:
172172 mv -f ./unity_results.json ./runtime-test-results/unity_results.json
173173 touch $REPORT_FILE
174174 python3 ./runtime-test-results/table_generator.py ./runtime-test-results/unity_results.json >> $REPORT_FILE
175+ mv -f ./test_results.json ./runtime-test-results/test_results.json
175176
176177 - name : Generate badge
177178 if : ${{ !cancelled() && (env.original_event == 'schedule' || env.original_event == 'workflow_dispatch') }} # codespell:ignore cancelled
You can’t perform that action at this time.
0 commit comments