We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b17aa2 commit 79afe58Copy full SHA for 79afe58
.github/workflows/ci.yml
@@ -34,15 +34,15 @@ jobs:
34
- name: Build for library evolution
35
run: make build-for-library-evolution
36
37
- integration:
38
- name: Integration (UI Tests)
39
- runs-on: macos-13
40
- steps:
41
- - uses: actions/checkout@v3
42
- - name: Select Xcode 14.3.1
43
- run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
44
- - name: Run tests
45
- run: make test-integration
+ # integration:
+ # name: Integration (UI Tests)
+ # runs-on: macos-13
+ # steps:
+ # - uses: actions/checkout@v3
+ # - name: Select Xcode 14.3.1
+ # run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
+ # - name: Run tests
+ # run: make test-integration
46
47
ubuntu:
48
name: Linux
0 commit comments