Skip to content

Commit 383acb1

Browse files
committed
cleanup
1 parent c53e2f4 commit 383acb1

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.github/workflows/android-smoke-test-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ jobs:
6565
- name: Extract project archive
6666
run: tar -xvzf test-project.tar.gz
6767

68-
# - name: Build without Sentry SDK
69-
# run: ./test/Scripts.Integration.Test/build-project.ps1 -UnityPath "${{ env.UNITY_PATH }}" -Platform "${{ matrix.platform }}"
70-
7168
- name: Download UPM package
7269
uses: vaind/download-artifact@e7141b6a94ef28aa3d828b52830cfa1f406a1848
7370
with:

.github/workflows/ios-smoke-test-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
- name: Extract project archive
5656
run: tar -xvzf test-project.tar.gz
5757

58-
# - name: Build without Sentry SDK
59-
# run: ./test/Scripts.Integration.Test/build-project.ps1 -UnityPath "${{ env.UNITY_PATH }}" -Platform "${{ matrix.platform }}"
60-
6158
- name: Download UPM package
6259
uses: vaind/download-artifact@e7141b6a94ef28aa3d828b52830cfa1f406a1848
6360
with:

.github/workflows/smoke-test-create.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,3 @@ jobs:
5050
path: test-project.tar.gz
5151
# Lower retention period - we only need this to retry CI.
5252
retention-days: 14
53-
54-
# TODO: Can we build without Sentry SDK for all platforms here? The rest of the CI run waits for the SDK build to finish anyway
55-
# - name: Build without Sentry SDK
56-
# run: ./test/Scripts.Integration.Test/build-project.ps1 -UnityPath "${{ env.UNITY_PATH }}" -Platform "${{ matrix.platform }}"
57-

0 commit comments

Comments
 (0)