We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5af5b commit 29dd00eCopy full SHA for 29dd00e
.github/workflows/dispatch-task.yml
@@ -26,18 +26,9 @@ jobs:
26
-resultBundlePath SourcePackagesParserTests | \
27
xcpretty -c && exit ${PIPESTATUS[0]}
28
29
- - name: Run LicenseListTests
30
- run: |
31
- xcodebuild -scheme LicenseList-Package test \
32
- -only-testing:LicenseListTests \
33
- -destination "platform=iOS Simulator,name=iPhone 15,OS=17.2" \
34
- -resultBundlePath LicenseListTests | \
35
- xcpretty && exit ${PIPESTATUS[0]}
36
-
37
- name: Archive test results
38
if: success() || failure()
39
uses: kishikawakatsumi/xcresulttool@v1
40
with:
41
path: |
42
SourcePackagesParserTests.xcresult
43
- LicenseListTests.xcresult
0 commit comments