Skip to content

Commit 42196a2

Browse files
committed
fix serial-mic workflow
1 parent 3517063 commit 42196a2

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/serial-mic.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Serial Mic Build and Test
1+
name: Serial Mic Build
22

33
on:
44
push:
@@ -40,25 +40,3 @@ jobs:
4040
name: serial-mic-firmware
4141
path: serial-mic/.pio/build/esp32-s3-devkitc-1/firmware.bin
4242
retention-days: 7
43-
44-
test:
45-
runs-on: ubuntu-latest
46-
needs: build
47-
48-
steps:
49-
- name: Checkout code
50-
uses: actions/checkout@v4
51-
52-
- name: Setup Python
53-
uses: actions/setup-python@v4
54-
with:
55-
python-version: '3.11'
56-
57-
- name: Install PlatformIO Core
58-
run: |
59-
pip install platformio
60-
pio --version
61-
62-
- name: Run tests
63-
working-directory: ./serial-mic
64-
run: pio test

0 commit comments

Comments
 (0)