Skip to content

Commit 79afe58

Browse files
committed
no message
1 parent 5b17aa2 commit 79afe58

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: Build for library evolution
3535
run: make build-for-library-evolution
3636

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
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
4646

4747
ubuntu:
4848
name: Linux

0 commit comments

Comments
 (0)