File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed
Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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-
You can’t perform that action at this time.
0 commit comments