Skip to content

Commit ead6c1c

Browse files
committed
fix(tests): Move results to proper folder
1 parent e38dba8 commit ead6c1c

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.github/workflows/tests_hw.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/tests_results.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)