Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 committed Dec 7, 2023
1 parent 5b17aa2 commit 79afe58
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
- name: Build for library evolution
run: make build-for-library-evolution

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

ubuntu:
name: Linux
Expand Down

0 comments on commit 79afe58

Please sign in to comment.