Skip to content

Commit

Permalink
Just Build Phase for Now
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Feb 23, 2024
1 parent 2676645 commit e4876dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- 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: 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
Expand Down

0 comments on commit e4876dc

Please sign in to comment.