Skip to content

Commit

Permalink
Update CI config for use submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Oct 23, 2019
1 parent 5351601 commit aba5467
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Show environments
run: |
swift --version
xcodebuild -version
- name: Xcode iOS
- name: Test iOS on Xcode ${{ matrix.xcode_version }}
run: |
set -o pipefail && xcodebuild build-for-testing test-without-building -workspace Carbon.xcworkspace -scheme Carbon -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' ENABLE_TESTABILITY=YES | xcpretty -c

0 comments on commit aba5467

Please sign in to comment.