diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9040642271..b0a6bfe18a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -468,6 +468,8 @@ jobs: edit-mode: replace body: ${{ steps.get-comment-body.outputs.body }} + + diff --git a/examples/bare_etiss_processor/main.cpp b/examples/bare_etiss_processor/main.cpp index 600db640d0..3c8f3073fb 100644 --- a/examples/bare_etiss_processor/main.cpp +++ b/examples/bare_etiss_processor/main.cpp @@ -206,3 +206,5 @@ void writeFileJson(float cpu_time, float simulation_time, float cpu_cycle, float json_output.close(); } + +//hello, testing for pull request in github