Skip to content

Commit 7ad9c59

Browse files
committed
ci(refactor): Rename jobs
1 parent 5d7422a commit 7ad9c59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo "qemu-types=$qemu_types]" >> $GITHUB_OUTPUT
6767
6868
call-build-tests:
69-
name: Build tests
69+
name: Build
7070
uses: espressif/arduino-esp32/.github/workflows/build_tests.yml@master
7171
needs: gen-matrix
7272
if: github.event.action != 'closed'
@@ -79,7 +79,7 @@ jobs:
7979
chip: ${{ matrix.chip }}
8080

8181
call-hardware-tests:
82-
name: Run tests on hardware
82+
name: Hardware
8383
uses: espressif/arduino-esp32/.github/workflows/hw.yml@master
8484
needs: [gen-matrix, call-build-tests]
8585
if: |
@@ -96,7 +96,7 @@ jobs:
9696
chip: ${{ matrix.chip }}
9797

9898
call-wokwi-tests:
99-
name: Run tests on Wokwi
99+
name: Wokwi
100100
uses: espressif/arduino-esp32/.github/workflows/wokwi.yml@master
101101
needs: [gen-matrix, call-build-tests]
102102
if: github.event.action != 'closed'
@@ -113,7 +113,7 @@ jobs:
113113

114114
# This job is disabled for now
115115
call-qemu-tests:
116-
name: Run tests on QEMU
116+
name: QEMU
117117
uses: espressif/arduino-esp32/.github/workflows/qemu.yml@master
118118
needs: [gen-matrix, call-build-tests]
119119
if: false

0 commit comments

Comments
 (0)