File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
echo "qemu-types=$qemu_types]" >> $GITHUB_OUTPUT
67
67
68
68
call-build-tests :
69
- name : Build tests
69
+ name : Build
70
70
uses : espressif/arduino-esp32/.github/workflows/build_tests.yml@master
71
71
needs : gen-matrix
72
72
if : github.event.action != 'closed'
79
79
chip : ${{ matrix.chip }}
80
80
81
81
call-hardware-tests :
82
- name : Run tests on hardware
82
+ name : Hardware
83
83
uses : espressif/arduino-esp32/.github/workflows/hw.yml@master
84
84
needs : [gen-matrix, call-build-tests]
85
85
if : |
96
96
chip : ${{ matrix.chip }}
97
97
98
98
call-wokwi-tests :
99
- name : Run tests on Wokwi
99
+ name : Wokwi
100
100
uses : espressif/arduino-esp32/.github/workflows/wokwi.yml@master
101
101
needs : [gen-matrix, call-build-tests]
102
102
if : github.event.action != 'closed'
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
# This job is disabled for now
115
115
call-qemu-tests :
116
- name : Run tests on QEMU
116
+ name : QEMU
117
117
uses : espressif/arduino-esp32/.github/workflows/qemu.yml@master
118
118
needs : [gen-matrix, call-build-tests]
119
119
if : false
You can’t perform that action at this time.
0 commit comments