Skip to content

Commit

Permalink
chore: add sample ios test
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Aug 28, 2023
1 parent 04a93a4 commit 1035da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-smoke-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ runs:
# For iOS tests
- name: Set Default Xcode Version to ${{ matrix.xcode-version }}
if: runner.os == 'macOS'
shell: bash
run: |
sudo xcode-select -s "/Applications/Xcode_14.3.1.app"
xcodebuild -version
Expand Down

0 comments on commit 1035da5

Please sign in to comment.