Skip to content

Commit 5846fc5

Browse files
authored
ci: Add a generic flag for the test type (#5772)
1 parent 81e881f commit 5846fc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,4 @@ jobs:
283283
token: ${{ secrets.CODECOV_TOKEN }}
284284
verbose: true
285285
name: sentry-cocoa-unit-tests
286-
flags: unittests-${{ matrix.platform }}-${{ matrix.xcode }}-${{ matrix.test-destination-os }}
286+
flags: unittests-${{ matrix.platform }}-${{ matrix.xcode }}-${{ matrix.test-destination-os }}, unittests

.github/workflows/ui-tests-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
token: ${{ secrets.CODECOV_TOKEN }}
125125
verbose: true
126126
name: sentry-cocoa-unit-tests
127-
flags: ui-tests-${{ inputs.fastlane_command }}-${{ inputs.xcode_version }}
127+
flags: ui-tests-${{ inputs.fastlane_command }}-${{ inputs.xcode_version }}, ui-tests
128128

129129
- name: Upload Result Bundle
130130
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)