Skip to content

Commit e0be2f1

Browse files
committed
test
1 parent 2ef63fb commit e0be2f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
call-build-tests:
6666
name: Build tests
67-
uses: espressif/arduino-esp32/.github/workflows/build_tests.yml@master
67+
uses: ./.github/workflows/build_tests.yml@master
6868
needs: gen-matrix
6969
if: github.event.action != 'closed'
7070
strategy:
@@ -77,7 +77,7 @@ jobs:
7777

7878
call-hardware-tests:
7979
name: Run tests on hardware
80-
uses: espressif/arduino-esp32/.github/workflows/hw.yml@master
80+
uses: ./.github/workflows/hw.yml@master
8181
needs: [gen-matrix, call-build-tests]
8282
if: |
8383
github.repository == 'espressif/arduino-esp32' &&
@@ -94,7 +94,7 @@ jobs:
9494

9595
call-wokwi-tests:
9696
name: Run tests on Wokwi
97-
uses: espressif/arduino-esp32/.github/workflows/wokwi.yml@master
97+
uses: ./.github/workflows/wokwi.yml@master
9898
needs: [gen-matrix, call-build-tests]
9999
if: github.event.action != 'closed'
100100
strategy:
@@ -111,7 +111,7 @@ jobs:
111111
# This job is disabled for now
112112
call-qemu-tests:
113113
name: Run tests on QEMU
114-
uses: espressif/arduino-esp32/.github/workflows/qemu.yml@master
114+
uses: ./.github/workflows/qemu.yml@master
115115
needs: [gen-matrix, call-build-tests]
116116
if: false
117117
strategy:

0 commit comments

Comments
 (0)