Skip to content

Commit

Permalink
Debug Xcode Select Version
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Feb 23, 2024
1 parent ed97d73 commit b42629d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '14.3.1'

- name: Checkout project sources
uses: actions/checkout@v3

- name: Install docker
run: brew install docker docker-compose
# - name: Install docker
# run: brew install docker docker-compose

- name: Start colima
run: colima start
# - name: Start colima
# run: colima start

- name: Start local test server
run: docker-compose -p xmtp -f dev/local/docker-compose.yml up -d
# - name: Start local test server
# run: docker-compose -p xmtp -f dev/local/docker-compose.yml up -d

# - name: Test with xcodebuild
# run: xcodebuild test -scheme XMTP -destination "platform=iOS Simulator,name=iPhone 14"

- name: Build
run: swift build -v
# - name: Build
# run: swift build -v

- name: Run tests
run: swift test --vv
# - name: Run tests
# run: swift test --vv

- name: Stop local test server
run: docker-compose -p xmtp -f dev/local/docker-compose.yml down
# - name: Stop local test server
# run: docker-compose -p xmtp -f dev/local/docker-compose.yml down

0 comments on commit b42629d

Please sign in to comment.