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 26070a7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env:
GPR_USER: ${{ secrets.GITHUB_ACTOR }}

jobs:
build:
runs-on: macos-latest

ios-tests:
name: iOS Tests
runs-on: macos-latest
Expand All @@ -37,9 +40,9 @@ jobs:

- 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 26070a7

Please sign in to comment.