Skip to content

Commit

Permalink
fix: Run flash test in script
Browse files Browse the repository at this point in the history
  • Loading branch information
achxkloel committed Jan 31, 2024
1 parent 51ef70d commit 195ca99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
ESPFLASH_APP: espflash/${{ matrix.board }}_app/hello_world
RUST_BACKTRACE: 1
RUST_LOG: debug
shell: 'script -qec "bash {0}"'
run: espflash_app/espflash flash ${{ env.ESPFLASH_APP }} 2>&1

# - name: flash test
Expand Down

0 comments on commit 195ca99

Please sign in to comment.