File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626
2727 integration_tests :
2828 if : " ${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
29- uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@muzahid/fix-nested-event-tag
29+ uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
3030 secrets :
3131 CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
3232 TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
4747
4848 unittests :
4949 if : " ${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
50- uses : optimizely/swift-sdk/.github/workflows/unit_tests.yml@muzahid/fix-nested-event-tag
50+ uses : optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
5151
5252 prepare_for_release :
5353 runs-on : macos-13
Original file line number Diff line number Diff line change 8585 # - to find pre-installed xcode version, run this:
8686 ##ls /Applications/
8787 # - to find supported simulator os versions, run this (and find simulator with non-error "datapath")
88- xcrun simctl list --json devices
88+ # xcrun simctl list --json devices
8989
9090 # switch to the target xcode version
9191 sudo xcode-select -switch /Applications/Xcode_$SIMULATOR_XCODE_VERSION.app
You can’t perform that action at this time.
0 commit comments