Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qsd-faris authored Feb 9, 2024
1 parent de1cd46 commit d1b535a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Print Xcode Version
run: xcodebuild -version

- name: Build
run: swift build -v
run: xcodebuild -scheme messenger-sdk-ios -destination 'platform=iOS Simulator' build

- name: Run tests
run: swift test -v

0 comments on commit d1b535a

Please sign in to comment.