|
|
@@ -66,33 +66,3 @@ jobs:
|
|
|
-destination ${{ matrix.destination }} \
|
|
|
test-without-building
|
|
|
|
|
|
- swift-button-functional-test:
|
|
|
- if: ${{ false }} # Disable integration tests while we figure out OTAs
|
|
|
- runs-on: macOS-latest
|
|
|
- defaults:
|
|
|
- run:
|
|
|
- working-directory: Samples/Swift/DaysUntilBirthday
|
|
|
- steps:
|
|
|
- - name: Checkout
|
|
|
- uses: actions/checkout@v2
|
|
|
- - name: Build test target for Google Sign-in button for Swift
|
|
|
- run: |
|
|
|
- xcodebuild \
|
|
|
- -project DaysUntilBirthday.xcodeproj \
|
|
|
- build-for-testing \
|
|
|
- -scheme DaysUntilBirthday\ \(iOS\) \
|
|
|
- -sdk iphonesimulator \
|
|
|
- -destination 'platform=iOS Simulator,name=iPhone 11'
|
|
|
- - name: Run test target for Google Sign-in button for Swift
|
|
|
- env:
|
|
|
- EMAIL_SECRET : ${{ secrets.EMAIL_SECRET }}
|
|
|
- PASSWORD_SECRET : ${{ secrets.PASSWORD_SECRET }}
|
|
|
- run: |
|
|
|
- xcodebuild \
|
|
|
- -project DaysUntilBirthday.xcodeproj \
|
|
|
- test-without-building \
|
|
|
- -scheme DaysUntilBirthday\ \(iOS\) \
|
|
|
- -sdk iphonesimulator \
|
|
|
- -destination 'platform=iOS Simulator,name=iPhone 11' \
|
|
|
- EMAIL_SECRET=$EMAIL_SECRET \
|
|
|
- PASSWORD_SECRET=$PASSWORD_SECRET
|