Skip to content

Commit

Permalink
Update build-and-test-embeded.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny-antoon committed Nov 25, 2023
1 parent 2df8a0e commit aee8c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-embeded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pip install --upgrade platformio

- name: Build PlatformIO Project
run: pio run -e embeded_env
run: pio test -e embeded_env --without-uploading --without-testing

- name: move firmware extention elf to root
run: mv .pio/build/embeded_env/firmware.elf firmware.elf
Expand Down

0 comments on commit aee8c1c

Please sign in to comment.