Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Jun 24, 2024
1 parent 224d8ac commit 3c166b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ jobs:
if: ${{ matrix.setup_runtime }}
timeout-minutes: 60
run: |
git clone -b alvar/ios-18-quickfix https://github.com/alvar-bolt/xcodes
git clone -b fix-runtimes-download https://github.com/nicerloop/xcodes
cd xcodes
make install
# xcodes runtimes
xcodes runtimes
sudo xcodes runtimes install 'iOS ${{ matrix.ios }}' --keep-archive
- name: Run LLC Tests (Debug)
run: bundle exec fastlane test device:"${{ matrix.device }} (${{ matrix.ios }})" cron:true
Expand Down

0 comments on commit 3c166b9

Please sign in to comment.