diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e41911ba2..7e8273445 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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