Skip to content

Commit 5f78cde

Browse files
committed
Add test-manually.yml
1 parent 28e3e84 commit 5f78cde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-manually.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
os: ${{ steps.pick.outputs.os }}
3636
testArgs: ${{ steps.pick.outputs.testArgs }}
3737
enableKvm: ${{ steps.pick.outputs.enableKvm }}
38-
xcodeVersion: ${{ steps.pick.outputs.xcodeVersion }}
3938
steps:
4039
- uses: actions/checkout@v6
4140
- id: pick
@@ -59,7 +58,6 @@ jobs:
5958
core.setOutput('os', entry.os || '');
6059
core.setOutput('testArgs', entry.testArgs || '');
6160
core.setOutput('enableKvm', entry.enableKvm ? 'true' : 'false');
62-
core.setOutput('xcodeVersion', entry.xcodeVersion || '');
6361
6462
test:
6563
needs: select-entry

0 commit comments

Comments
 (0)