Skip to content

Commit f0e1d75

Browse files
Update swift.yml
1 parent 6436771 commit f0e1d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
integration_tests:
2828
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
29-
uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
29+
uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@muzahid/update-cocoapods
3030
secrets:
3131
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
3232
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
@@ -47,7 +47,7 @@ jobs:
4747
4848
unittests:
4949
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
50-
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
50+
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@muzahid/update-cocoapods
5151

5252
prepare_for_release:
5353
runs-on: macos-13

0 commit comments

Comments
 (0)