Skip to content

Commit

Permalink
test autometed ROM report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanHri committed Dec 29, 2023
1 parent b62e8a5 commit b4980ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ jobs:
### Generate ROM report
- name: Genrate ROM report
run: |
bash ci_scripts/flash_report_gen.sh
source ~/zephyrproject/zephyr/zephyr-env.sh
source ~/zephyrproject/.venv/bin/activate
cd test/
bash ci_scripts/flash_report_gen.sh
- name: Upload rom report
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit b4980ed

Please sign in to comment.