Skip to content

Commit

Permalink
Add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Sep 20, 2024
1 parent 373b2d4 commit 3c153d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ jobs:
- name: bin/test_automapper
run: bin/test_automapper $TARGET_PROJECT
- name: extra devices
run: find sites/udmi_site_model/extras/ -type f | xargs more
run: |
find sites/udmi_site_model/extras/ -type f | xargs sed -i '$a\'
find sites/udmi_site_model/extras/ -type f | xargs more
- name: udmis log
if: ${{ !cancelled() }}
run: cat /tmp/udmis.log
Expand Down

0 comments on commit 3c153d3

Please sign in to comment.