File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
integration_tests :
28
28
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
30
30
secrets :
31
31
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
32
32
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
47
47
48
48
unittests :
49
49
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
51
51
52
52
prepare_for_release :
53
53
runs-on : macos-13
Original file line number Diff line number Diff line change 85
85
# - to find pre-installed xcode version, run this:
86
86
##ls /Applications/
87
87
# - 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
89
89
90
90
# switch to the target xcode version
91
91
sudo xcode-select -switch /Applications/Xcode_$SIMULATOR_XCODE_VERSION.app
You can’t perform that action at this time.
0 commit comments