Skip to content

Commit 29dd00e

Browse files
committed
Removed LicenseListTests from dispatch-task.yml
1 parent 1c5af5b commit 29dd00e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/dispatch-task.yml

-9
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,9 @@ jobs:
2626
-resultBundlePath SourcePackagesParserTests | \
2727
xcpretty -c && exit ${PIPESTATUS[0]}
2828
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-
3729
- name: Archive test results
3830
if: success() || failure()
3931
uses: kishikawakatsumi/xcresulttool@v1
4032
with:
4133
path: |
4234
SourcePackagesParserTests.xcresult
43-
LicenseListTests.xcresult

0 commit comments

Comments
 (0)