Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aporat authored Feb 8, 2025
1 parent bdd50d8 commit 1b9ab1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Install Dependencies
run: swift package resolve

# Run tests on ${{ matrix.platform }} with iOS ${{ matrix.os }}
- name: Run Tests on ${{ matrix.platform }} (iOS ${{ matrix.os }})
# Run build on ${{ matrix.platform }} with iOS ${{ matrix.os }}
- name: Run Build on ${{ matrix.platform }} (iOS ${{ matrix.os }})
run: |
xcodebuild test \
xcodebuild build \
-scheme 'KKProgressToolbar' \
-destination 'platform=iOS Simulator,name=${{ matrix.platform }},OS=${{ matrix.os }}'

0 comments on commit 1b9ab1e

Please sign in to comment.