Skip to content

Commit

Permalink
feat: Update ESPFLASH_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Dec 19, 2023
1 parent df3ba83 commit f1f68e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:
target: x86_64-unknown-linux-gnu

- name: Run Tests
run: ESPFLASH_PORT=/dev/ttyACM0 ESPFLASH_APP=${{ matrix.board }}_app/hello_world cargo test
run: ESPFLASH_PORT=/dev/serial_ports/${{ matrix.board }} ESPFLASH_APP=${{ matrix.board }}_app/hello_world cargo test

0 comments on commit f1f68e4

Please sign in to comment.