Skip to content

Commit b3cfa81

Browse files
committed
test(ci): changed the path to match the new path name
1 parent 67a0d00 commit b3cfa81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tflm_wrapper_integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
-nographic \
7373
-drive file=flash.bin,if=mtd,format=raw \
7474
-global driver=timer.esp32.timg,property=wdt_disable,value=true \
75-
-kernel .pio/build/esp32-s3-devkitc-1/firmware.elf \
75+
-kernel .pio/build/esp32-s3-devkitc-1-qemu/firmware.elf \
7676
-serial file:test_output.log \
7777
2>&1 | tee qemu_output.log &
7878
@@ -98,4 +98,4 @@ jobs:
9898
path: |
9999
test_output.log
100100
qemu_output.log
101-
.pio/build/esp32-s3-devkitc-1/firmware.elf
101+
.pio/build/esp32-s3-devkitc-1-qemu/firmware.elf

0 commit comments

Comments
 (0)