Skip to content

Commit 7f3c93a

Browse files
committed
test: remove existing mac sample app
1 parent c2043a8 commit 7f3c93a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ui-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
- uses: actions/checkout@v3
8080
with:
8181
lfs: true
82+
- name: Removing existing Mac Sample App
83+
if: ${{ matrix.targetPlatform == 'StandaloneOSX' }}
84+
run: rm -rf sample/Tests/SampleApp.app
8285
- uses: actions/download-artifact@v4
8386
with:
8487
name: Build-${{ matrix.targetPlatform }}

0 commit comments

Comments
 (0)