Skip to content

Commit

Permalink
Restore Test Phase
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Feb 23, 2024
1 parent b7b5cd9 commit a9b01a2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
GPR_USER: ${{ secrets.GITHUB_ACTOR }}

jobs:

ios-tests:
name: iOS Tests
runs-on: macos-latest
Expand All @@ -35,11 +36,14 @@ jobs:
# - name: Test with xcodebuild
# run: xcodebuild test -scheme XMTP -destination "platform=iOS Simulator,name=iPhone 14"

- name: Select Xcode 14.3
run: sudo xcode-select -switch /Applications/Xcode_14.3.app && /usr/bin/xcodebuild -version

- 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

0 comments on commit a9b01a2

Please sign in to comment.