Skip to content

Commit adf7b68

Browse files
committed
Partial revert
1 parent 7ac73d0 commit adf7b68

File tree

1 file changed

+10
-31
lines changed

1 file changed

+10
-31
lines changed

.github/workflows/device-tests-ios.yml

Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ on:
1010
- "**.md"
1111
workflow_dispatch:
1212

13-
env:
14-
DOTNET_CLI_TELEMETRY_OPTOUT: 1
15-
DOTNET_NOLOGO: 1
16-
NO_ANDROID: true
17-
NO_MACCATALYST: true
18-
1913
jobs:
2014
ios-tests:
2115
runs-on: macos-15
16+
env:
17+
DOTNET_CLI_TELEMETRY_OPTOUT: 1
18+
DOTNET_NOLOGO: 1
19+
NO_ANDROID: true
20+
NO_MACCATALYST: true
2221
steps:
2322
- name: Cancel Previous Runs
2423
if: github.ref_name != 'main' && !startsWith(github.ref_name, 'release/')
@@ -44,29 +43,7 @@ jobs:
4443
if: steps.first-test-run.outcome == 'failure'
4544
run: pwsh scripts/device-test.ps1 ios -Run
4645

47-
- name: Upload results
48-
if: success() || failure()
49-
uses: actions/upload-artifact@v4
50-
with:
51-
name: device-test-ios-results
52-
path: test_output
53-
54-
ios-integration-tests:
55-
runs-on: macos-15
56-
steps:
57-
- name: Cancel Previous Runs
58-
if: github.ref_name != 'main' && !startsWith(github.ref_name, 'release/')
59-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # Tag: 0.12.1
60-
61-
- name: Checkout
62-
uses: actions/checkout@v5
63-
with:
64-
submodules: recursive
65-
66-
- name: Setup Environment
67-
uses: ./.github/actions/environment
68-
69-
- name: Run Integration Tests
46+
- name: Integration Tests
7047
id: first-integration-test-run
7148
uses: getsentry/github-workflows/sentry-cli/integration-test/@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
7249
with:
@@ -82,5 +59,7 @@ jobs:
8259
if: success() || failure()
8360
uses: actions/upload-artifact@v4
8461
with:
85-
name: device-integration-test-ios-results
86-
path: integration_test_output
62+
name: device-test-ios-results
63+
path: |
64+
test_output
65+
integration_test_output

0 commit comments

Comments
 (0)