Skip to content

Commit

Permalink
Additional workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Feb 27, 2024
1 parent 94c90f4 commit 97bea90
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,16 @@ jobs:
uses: actions/checkout@v3

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

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

- name: Start colima
run: colima start

- name: Start Docker containers
run: dev/up

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

- 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 97bea90

Please sign in to comment.