Skip to content

Commit

Permalink
Merge pull request google#81 from echeran/ci-swift-client
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran committed May 27, 2021
2 parents a090584 + 938fa8e commit 9c81e39
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/mynmr_tools_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,14 @@ jobs:
cd clients/python
python setup.py install
python -m unittest
# Swift Client on macOS
swift:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Configure XCode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '11.5'
- run: make client-swift-test

0 comments on commit 9c81e39

Please sign in to comment.