Skip to content

Commit

Permalink
Test: ls Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
guykogus committed Sep 17, 2023
1 parent 9fded37 commit e5272a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
steps:
- uses: actions/checkout@v1
- name: Xcode versions
run: ls -n /Applications/ | grep Xcode*
- name: Bundle Install
run: bundle install
- name: Brew Upgrade
Expand Down Expand Up @@ -77,6 +79,8 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
steps:
- uses: actions/checkout@v1
- name: Xcode versions
run: ls -n /Applications/ | grep Xcode*
- name: Bundle Install
run: bundle install
- name: CocoaPods ${{ matrix.platform }}
Expand Down

0 comments on commit e5272a7

Please sign in to comment.