Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Mar 26, 2024
1 parent c23e7f1 commit d7e1504
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,14 @@ on:

# Checkout the code, and run mxcl's xcodebuild action to run the unit tests
jobs:
build:
runs-on: macOS-latest
strategy:
matrix:
platform:
- iOS
test:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: mxcl/xcodebuild@v1
- name: checkout
uses: actions/checkout@v3
- name: xcode
uses: maxim-lobanov/setup-xcode@v1
with:
platform: ${{ matrix.platform }}
action: test
scheme: SingleFactorAuth
code-coverage: true
upload-logs: always

xcode-version: "14.2.0"
- name: package
run: xcodebuild test -scheme SingleFactorAuth -destination "platform=iOS Simulator,OS=16.2,name=iPhone 14" COMPILER_INDEX_STORE_ENABLE=NO

0 comments on commit d7e1504

Please sign in to comment.