Skip to content

Commit

Permalink
feat: test step
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Sep 26, 2024
1 parent 5f7f42f commit 71b7d19
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: Checkout SDK code
uses: actions/checkout@v4

- name: Build for ${{ matrix.env.sdk }}
run: xcodebuild -project Countly.xcodeproj build -sdk ${{ matrix.env.sdk }}
- name: Build for the sdk ${{ matrix.env.sdk }} on macOS ${{ matrix.env.os_version }}
run: xcodebuild -project Countly.xcodeproj build -sdk ${{ matrix.env.sdk }}

- name: Run the tests for the sdk ${{ matrix.env.sdk }} on macOS ${{ matrix.env.os_version }}
run: xcodebuild -project Countly.xcodeproj test -sdk ${{ matrix.env.sdk }} -scheme CountlyTests

0 comments on commit 71b7d19

Please sign in to comment.