Skip to content

Commit 9a5a5c4

Browse files
committed
test
1 parent 4693d78 commit 9a5a5c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ios_sentry_upload_pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22+
- name: test
23+
run: echo $(git merge-base --fork-point ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }})"
24+
2225
- name: Select Xcode version
2326
run: sudo xcode-select -s '/Applications/Xcode_16.4.app/Contents/Developer'
2427

@@ -100,7 +103,4 @@ jobs:
100103
--head-ref ${{ github.head_ref }} \
101104
--base-ref ${{ github.base_ref }} \
102105
--pr-number ${{ github.event.number }} \
103-
--build-configuration Release
104-
105-
- name: test
106-
run: echo "testt"
106+
--build-configuration Release

0 commit comments

Comments
 (0)