Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Jan 30, 2024
1 parent 9646ac2 commit 317aa00
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9.0"

- uses: Homebrew/actions/setup-homebrew@master
- run: brew install xcodegen

- name: Generate XCode project
run: xcodegen

- name: Test
run: xcodebuild -scheme WalletSdk -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2' test

- name: Lint
run: swiftlint
- uses: mxcl/xcodebuild@v2
with:
xcode: ^15

0 comments on commit 317aa00

Please sign in to comment.