File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,9 @@ jobs:
156
156
pattern : tests-results-qemu-*
157
157
path : ./results/qemu
158
158
159
+ - run : |
160
+ ls -R ./results
161
+
159
162
- name : Publish Unit Test Results
160
163
uses : EnricoMi/publish-unit-test-result-action@v2
161
164
with :
Original file line number Diff line number Diff line change 44
44
- name : Evaluate if tests should be run
45
45
id : check-tests
46
46
run : |
47
- echo "Action: ${{ github.event.action }}"
48
47
cache_exists=${{ steps.get-cache-results.outputs.cache-hit == 'true' || false }}
49
48
enabled=true
50
49
@@ -96,14 +95,15 @@ jobs:
96
95
run : |
97
96
bash .github/scripts/tests_run.sh -c -type ${{ inputs.type }} -t ${{inputs.chip}} -i 0 -m 1 -W ${{env.WOKWI_TIMEOUT}}
98
97
99
- - name : Upload ${{ inputs.chip }} ${{ inputs.type }} Wokwi results as cache
100
- uses : actions/cache/save@v4
101
- if : ${{ always() && steps.check-tests.outputs.enabled == 'true' }}
102
- with :
103
- key : tests-${{ env.id }}-results-wokwi
104
- path : |
105
- tests/**/*.xml
106
- tests/**/result_*.json
98
+ # Disabled as Wokwi infrastrucutre is not stable (so we can re-trigger the tests manually)
99
+ # - name: Upload ${{ inputs.chip }} ${{ inputs.type }} Wokwi results as cache
100
+ # uses: actions/cache/save@v4
101
+ # if: ${{ always() && steps.check-tests.outputs.enabled == 'true' }}
102
+ # with:
103
+ # key: tests-${{ env.id }}-results-wokwi
104
+ # path: |
105
+ # tests/**/*.xml
106
+ # tests/**/result_*.json
107
107
108
108
- name : Upload ${{ inputs.chip }} ${{ inputs.type }} Wokwi results as artifacts
109
109
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments