Skip to content

Commit

Permalink
Restore Remaining Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Feb 23, 2024
1 parent b4ca11d commit 542c085
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@ jobs:
with:
xcode-version: '14.3.1'

# - name: Checkout project sources
# uses: actions/checkout@v3
- 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 542c085

Please sign in to comment.