Skip to content

Commit 3ea1b6a

Browse files
committed
Revert "debug: api 36 only"
This reverts commit c0c1dd8.
1 parent 6792c2e commit 3ea1b6a

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212

1313
jobs:
1414
build-sentry-native:
15-
if: false
1615
name: sentry-native (${{ matrix.rid }})
1716
runs-on: ${{ matrix.os }}
1817
container: ${{ matrix.container }}
@@ -74,7 +73,6 @@ jobs:
7473
shell: pwsh
7574

7675
build:
77-
if: false
7876
needs: build-sentry-native
7977
name: .NET (${{ matrix.rid }})
8078
runs-on: ${{ matrix.os }}
@@ -274,7 +272,6 @@ jobs:
274272
path: integration-test
275273

276274
msbuild:
277-
if: false
278275
needs: build-sentry-native
279276
name: MSBuild
280277
runs-on: windows-latest
@@ -319,7 +316,6 @@ jobs:
319316
# Unsupported Native AOT runtimes should have SentryNative auto-disabled
320317
# to avoid native library loading errors on startup.
321318
unsupported-aot:
322-
if: false
323319
needs: build
324320
name: Unsupported AOT (${{ matrix.rid }})
325321
runs-on: ${{ matrix.os }}
@@ -359,7 +355,6 @@ jobs:
359355
path: integration-test/aot.Tests.ps1
360356

361357
trim-analysis:
362-
if: false
363358
needs: build-sentry-native
364359
name: Trim analysis
365360
runs-on: macos-15
@@ -402,7 +397,7 @@ jobs:
402397

403398
test-solution-filters:
404399
runs-on: ubuntu-22.04
405-
if: false
400+
if: ${{ !startsWith(github.ref_name, 'release/') }}
406401

407402
steps:
408403
- uses: actions/checkout@v5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
tfm: [net9.0]
6262
# Must be 34+ for new apps and app updates as of August 31, 2024.
6363
# See https://apilevels.com/
64-
api-level: [36]
64+
api-level: [34, 36]
6565
env:
6666
DOTNET_CLI_TELEMETRY_OPTOUT: 1
6767
DOTNET_NOLOGO: 1

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212

1313
jobs:
1414
ios-tests:
15-
if: false
1615
runs-on: macos-15
1716
env:
1817
DOTNET_CLI_TELEMETRY_OPTOUT: 1

0 commit comments

Comments
 (0)