Skip to content

Commit 8202154

Browse files
committed
Merge branch 'ci/tests_refactor'
2 parents 8194d3e + fba0506 commit 8202154

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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: ./.github/workflows/build_tests.yml@master
67+
uses: ./.github/workflows/build_tests.yml
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: ./.github/workflows/hw.yml@master
80+
uses: ./.github/workflows/hw.yml
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: ./.github/workflows/wokwi.yml@master
97+
uses: ./.github/workflows/wokwi.yml
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: ./.github/workflows/qemu.yml@master
114+
uses: ./.github/workflows/qemu.yml
115115
needs: [gen-matrix, call-build-tests]
116116
if: false
117117
strategy:

cores/esp32/base64.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,3 @@ String base64::encode(const String &text) {
6262

6363

6464

65-

0 commit comments

Comments
 (0)