Skip to content

Commit 15241af

Browse files
committed
Update ci.yml
1 parent be38d54 commit 15241af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v4
5353
- name: ${{ matrix.name }}
54-
run: xcodebuild test -scheme "BuilderMacroClient" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
54+
run: xcodebuild test -scheme "BuilderMacro-Package" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
5555
- name: Upload coverage reports to Codecov
56-
uses: codecov/codecov-action@v4.6.0
56+
uses: codecov/codecov-action@v4.5.0
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
xcode: true
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v4
8989
- name: ${{ matrix.name }}
90-
run: xcodebuild test -scheme "BuilderMacroClient" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
90+
run: xcodebuild test -scheme "BuilderMacro-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
9191
- uses: actions/upload-artifact@v4
9292
with:
9393
name: ${{ matrix.name }}
@@ -117,9 +117,9 @@ jobs:
117117
steps:
118118
- uses: actions/checkout@v4
119119
- name: ${{ matrix.name }}
120-
run: xcodebuild test -scheme "BuilderMacroClient" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
120+
run: xcodebuild test -scheme "BuilderMacro-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
121121
- name: Upload coverage reports to Codecov
122-
uses: codecov/codecov-action@v4.6.0
122+
uses: codecov/codecov-action@v4.5.0
123123
with:
124124
token: ${{ secrets.CODECOV_TOKEN }}
125125
xcode: true
@@ -153,9 +153,9 @@ jobs:
153153
steps:
154154
- uses: actions/checkout@v4
155155
- name: ${{ matrix.name }}
156-
run: xcodebuild test -scheme "BuilderMacroClient" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
156+
run: xcodebuild test -scheme "BuilderMacro-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
157157
- name: Upload coverage reports to Codecov
158-
uses: codecov/codecov-action@v4.6.0
158+
uses: codecov/codecov-action@v4.5.0
159159
with:
160160
token: ${{ secrets.CODECOV_TOKEN }}
161161
xcode: true

0 commit comments

Comments
 (0)