File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 64
64
65
65
call-build-tests :
66
66
name : Build tests
67
- uses : ./.github/workflows/build_tests.yml@master
67
+ uses : ./.github/workflows/build_tests.yml
68
68
needs : gen-matrix
69
69
if : github.event.action != 'closed'
70
70
strategy :
77
77
78
78
call-hardware-tests :
79
79
name : Run tests on hardware
80
- uses : ./.github/workflows/hw.yml@master
80
+ uses : ./.github/workflows/hw.yml
81
81
needs : [gen-matrix, call-build-tests]
82
82
if : |
83
83
github.repository == 'espressif/arduino-esp32' &&
94
94
95
95
call-wokwi-tests :
96
96
name : Run tests on Wokwi
97
- uses : ./.github/workflows/wokwi.yml@master
97
+ uses : ./.github/workflows/wokwi.yml
98
98
needs : [gen-matrix, call-build-tests]
99
99
if : github.event.action != 'closed'
100
100
strategy :
@@ -111,7 +111,7 @@ jobs:
111
111
# This job is disabled for now
112
112
call-qemu-tests :
113
113
name : Run tests on QEMU
114
- uses : ./.github/workflows/qemu.yml@master
114
+ uses : ./.github/workflows/qemu.yml
115
115
needs : [gen-matrix, call-build-tests]
116
116
if : false
117
117
strategy :
Original file line number Diff line number Diff line change @@ -62,4 +62,3 @@ String base64::encode(const String &text) {
62
62
63
63
64
64
65
-
You can’t perform that action at this time.
0 commit comments