From: 최종헌/MDE Lab(SR)/삼성전자 Date: Mon, 18 Nov 2024 01:00:35 +0000 (+0900) Subject: Add script to remove performance measurement app (#583) X-Git-Tag: accepted/tizen/9.0/unified/20241121.045854~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12554882835772b73a7fbcb9f42baefb68465ab0;p=platform%2Fcore%2Fdotnet%2Flauncher.git Add script to remove performance measurement app (#583) Change-Id: I3e698288f24d6a938fa075770052e15f093d6747 --- diff --git a/.github/workflows/launcher-action.yml b/.github/workflows/launcher-action.yml index 767d143..bcf9914 100644 --- a/.github/workflows/launcher-action.yml +++ b/.github/workflows/launcher-action.yml @@ -163,6 +163,17 @@ jobs: echo "\`\`\`" >> ./tests/Performance/result.log if: success() + - name: Uninstall App + shell: bash + run: | + sdb -d uninstall org.tizen.example.AppCommon.Tizen.Mobile + sdb -d uninstall org.tizen.example.ApplicationControl.Tizen.Mobile + sdb -d uninstall org.tizen.example.Puzzle.Tizen.Mobile + sdb -d uninstall org.tizen.example.Settings.Tizen.Mobile + sdb -d uninstall org.tizen.example.System_info.Tizen.Mobile + sdb -d uninstall org.tizen.example.Xamarin.Hello.F_HUB.Tizen + if: success() + - name: Comment Result run: | ./scripts/github-comment.sh ${{github.event.pull_request.number}} ./tests/Performance/result.log