Skip to content

Commit fbc7da2

Browse files
committed
fixed path issue on CI test
1 parent 4ad5784 commit fbc7da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/platformio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pio run
4343
- name: PlatformIO registry lastest (M5Atom project)
4444
run: |
45-
cd m5atom
45+
cd examples/m5atom
4646
pio run
4747
- name: All archictures tests
4848
run: |

0 commit comments

Comments
 (0)