Skip to content

Commit

Permalink
Flash first test with espflash
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Aug 26, 2024
1 parent b4ccb35 commit 0f68e4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ jobs:
with:
name: xtask-${{ matrix.target.host }}

- name: Flash first test with espflash
run: |
export PATH=$PATH:/home/espressif/.cargo/bin
test_file=$(ls tests-${{ matrix.target.soc }} | head -n 1)
espflash flash -p /dev/tty${{ matrix.target.usb }} tests-${{ matrix.target.soc }}/$test_file
- name: Run Tests
id: run-tests
run: |
Expand Down

0 comments on commit 0f68e4f

Please sign in to comment.