Add script to remove performance measurement app (#583)
author최종헌/MDE Lab(SR)/삼성전자 <j-h.choi@samsung.com>
Mon, 18 Nov 2024 01:00:35 +0000 (10:00 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 18 Nov 2024 01:00:35 +0000 (10:00 +0900)
Change-Id: I3e698288f24d6a938fa075770052e15f093d6747

.github/workflows/launcher-action.yml

index 767d14366ef0e836eb4881adf6205061309ec155..bcf9914d4dde041aa7b481576f1d7db3c7000bfc 100644 (file)
@@ -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