Skip to content

Commit

Permalink
Remove iOS from CI
Browse files Browse the repository at this point in the history
Doesn't seem possible to send environment variables to xcodebuldd
  • Loading branch information
adam-fowler committed Oct 28, 2020
1 parent 744af05 commit 10b890a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ jobs:
- name: Test
run: swift test

ios:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Xcodebuild
run: |
xcodebuild -scheme aws-cognito-authentication-kit-Package -quiet -destination 'platform=iOS Simulator,name=iPhone 11'
xcodebuild test -scheme aws-cognito-authentication-kit-Package -destination 'platform=iOS Simulator,name=iPhone 11'
linux:
strategy:
matrix:
Expand Down

0 comments on commit 10b890a

Please sign in to comment.