Skip to content

Commit

Permalink
Modified check action to create a Xcode project and do a xcodebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerghartmann committed Nov 29, 2022
1 parent 0b3bb4c commit aab56c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: swift build
- name: Create Xcode project
run: swift package generate-xcodeproj
- name: Build Xcode project
run: xcodebuild -sdk iphonesimulator

0 comments on commit aab56c5

Please sign in to comment.