Skip to content

Commit e9f86d2

Browse files
author
Prachi Gauriar
committed
Fix typos in Verify Changes workflow
- Fix test plan name - Fix scheme name for test result bundle
1 parent 6949fdf commit e9f86d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/VerifyChanges.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
XCCOV_PRETTY_VERSION: 1.2.0
4343
XCODE_SCHEME: DevColorExtraction
4444
XCODE_DESTINATION: ${{ matrix.xcode_destination }}
45-
XCODE_TEST_PLAN: AllTests
4645
steps:
4746
- name: Checkout
4847
uses: actions/checkout@v4
@@ -84,7 +83,7 @@ jobs:
8483
- name: Log Code Coverage
8584
if: github.event_name != 'push'
8685
run: |
87-
xcrun xccov view --report .build/DevColorExtraction-Package_test.xcresult --json \
86+
xcrun xccov view --report .build/DevColorExtraction_test.xcresult --json \
8887
| ./xccovPretty --github-comment \
8988
> .build/xccovPretty-${{ matrix.platform }}.output
9089
- name: Upload Logs

0 commit comments

Comments
 (0)