We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d796cf9 + 961d8de commit dd052c2Copy full SHA for dd052c2
1 file changed
.github/workflows/swift.yml
@@ -16,7 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
+ - name: Select Xcode 26.1
20
+ run: xcodes select 26.1.1
21
- name: Build
22
run: swift build -v
- - name: Run tests
- run: swift test -v
23
+ # For now: Don't run tests, since I don't think GitHub Actions enables FoundationModels
24
+ # - name: Run tests
25
+ # run: swift test -v
0 commit comments