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 67
67
68
68
call-build-tests :
69
69
name : Build tests
70
- uses : ./.github/workflows/build_tests.yml@master
70
+ uses : ./.github/workflows/build_tests.yml
71
71
needs : gen-matrix
72
72
if : github.event.action != 'closed'
73
73
strategy :
80
80
81
81
call-hardware-tests :
82
82
name : Run tests on hardware
83
- uses : ./.github/workflows/hw.yml@master
83
+ uses : ./.github/workflows/hw.yml
84
84
needs : [gen-matrix, call-build-tests]
85
85
if : |
86
86
github.repository == 'espressif/arduino-esp32' &&
97
97
98
98
call-wokwi-tests :
99
99
name : Run tests on Wokwi
100
- uses : ./.github/workflows/wokwi.yml@master
100
+ uses : ./.github/workflows/wokwi.yml
101
101
needs : [gen-matrix, call-build-tests]
102
102
if : github.event.action != 'closed'
103
103
strategy :
@@ -114,7 +114,7 @@ jobs:
114
114
# This job is disabled for now
115
115
call-qemu-tests :
116
116
name : Run tests on QEMU
117
- uses : ./.github/workflows/qemu.yml@master
117
+ uses : ./.github/workflows/qemu.yml
118
118
needs : [gen-matrix, call-build-tests]
119
119
if : false
120
120
strategy :
You can’t perform that action at this time.
0 commit comments