Skip to content

Commit ee4227d

Browse files
committed
Merge branch 'master' into test
2 parents 7e78962 + 1ea46e0 commit ee4227d

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
@@ -67,7 +67,7 @@ jobs:
6767
6868
call-build-tests:
6969
name: Build tests
70-
uses: ./.github/workflows/build_tests.yml@master
70+
uses: ./.github/workflows/build_tests.yml
7171
needs: gen-matrix
7272
if: github.event.action != 'closed'
7373
strategy:
@@ -80,7 +80,7 @@ jobs:
8080

8181
call-hardware-tests:
8282
name: Run tests on hardware
83-
uses: ./.github/workflows/hw.yml@master
83+
uses: ./.github/workflows/hw.yml
8484
needs: [gen-matrix, call-build-tests]
8585
if: |
8686
github.repository == 'espressif/arduino-esp32' &&
@@ -97,7 +97,7 @@ jobs:
9797

9898
call-wokwi-tests:
9999
name: Run tests on Wokwi
100-
uses: ./.github/workflows/wokwi.yml@master
100+
uses: ./.github/workflows/wokwi.yml
101101
needs: [gen-matrix, call-build-tests]
102102
if: github.event.action != 'closed'
103103
strategy:
@@ -114,7 +114,7 @@ jobs:
114114
# This job is disabled for now
115115
call-qemu-tests:
116116
name: Run tests on QEMU
117-
uses: ./.github/workflows/qemu.yml@master
117+
uses: ./.github/workflows/qemu.yml
118118
needs: [gen-matrix, call-build-tests]
119119
if: false
120120
strategy:

0 commit comments

Comments
 (0)