We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b875b commit 2285c6cCopy full SHA for 2285c6c
.github/workflows/pre-release-qa.yml
@@ -10,6 +10,7 @@ jobs:
10
uses: actions/checkout@v3
11
- name: Install pod, build project and run tests
12
run: |
13
+ echo "branch=${{ github.ref }}" >> $GITHUB_OUTPUT
14
./scripts/getSimulator
15
DESTINATION="platform=iOS Simulator,name=$(cat ./iphoneSim),OS=latest"
16
cd SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/
0 commit comments