Skip to content

Commit 1313553

Browse files
committed
Remove unnecessary compilation and testing steps from GitHub Actions workflow
1 parent d98020c commit 1313553

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,3 @@ jobs:
3131

3232
- name: Build Project
3333
run: platformio run -e m5stick-c
34-
35-
- name: Check Compilation
36-
run: platformio run --target check
37-
38-
- name: Test the firmware
39-
run: platformio run --target monitor --environment m5stick-c

0 commit comments

Comments
 (0)